module 'scipy.misc' has no attribute 'toimage',python
时间:2017-10-25 22:31:27
收藏:0
阅读:3982
anaconda环境下:
错误:python 命令行运行出错:module ‘scipy.misc‘ has no attribute ‘toimage‘
解决:打开Anaconda prompt,输入:
conda install pillow
即可解决(。^▽^)
原文:http://www.cnblogs.com/studylyn/p/7732524.html
评论(0)