Solve the problem of ImportError: cannot import name'imread' from'scipy.misc'

Reinstall the following two packages

pip install pillow==5.2.0
pip install scipy==1.1.0

#########################################solve######## ###################

Guess you like

Origin blog.csdn.net/qq_28057379/article/details/115123263