GFChong的博客出错系统提示如下: Traceback (most recent call last): File "<pyshell#0>", line 1, in <... from scipy.miscimport imread, imsave, imresize ImportError: cannot import name 'imread' from ...
Remeoo的博客刚学完wordcloud,想弄个有形状的词云玩玩,结果按照视频教学里from scipy.miscimport imread,根本无法做出来,pycharm提示:cannot import name ‘imread’ from ‘scipy.misc’!!! 结果一查,原来imread已经被...