【Python-DEBUG】AttributeError module ‘scipy.misc‘ has no attribute ‘imresize‘ / ‘imsave‘ / ‘imread‘
如题,调试程序过程报错:
module 'scipy.misc' has no attribute 'imresize'
module 'scipy.misc' has no attribute 'imsave'
module 'scipy.misc' has no attribute 'imread'
使用pip list及conda list发现环境内scipy的版本为v1.1.0。然后通过scipy官方文档了解到im***系列在v1.0.0后已被scipy弃用。为保证依赖库版本不变,
原创
2020-09-10 21:50:02 ·
554 阅读 ·
0 评论