module 'scipy.misc' has no attribute 'toimage',python
时间:2017-10-25 23:58:47
收藏:0
阅读:3044
anaconda环境下:
错误:python 命令行运行出错:module ‘scipy.misc‘ has no attribute ‘toimage‘
解决:打开Anaconda prompt,输入:
conda install pillow
即可解决(。^▽^)
评论(0)