python使用scipy.misc import imread报错 ImportError: cannot import name ‘imread’ pip3 install pillow 把scipy降级到1.2.1,pip install scipy==1.2.1 来源:oschina链接:https://my.oschina.net/u/4364022/blog/3434243 标签 scipy pip python pillow