报错AttributeError: module 'scipy.misc' has no attribute 'imresize'
首先:pip uninstall scipy
之后:
pip install Pillow
pip install scipy==1.2.1
安装这两个包就解决了,我的是这样
报错AttributeError: module 'scipy.misc' has no attribute 'imresize'
首先:pip uninstall scipy
之后:
pip install Pillow
pip install scipy==1.2.1
安装这两个包就解决了,我的是这样