ImportError: cannot import name 'imread'

版权声明: https://blog.csdn.net/Dorothy_Xue/article/details/86509377
from scipy.misc import imread, imsave, imresize

报错:

ImportError: cannot import name 'imread'

解决:

install Pillow

安装Pillow

猜你喜欢

转载自blog.csdn.net/Dorothy_Xue/article/details/86509377
今日推荐