Cannot import scipy.misc.imread

后端 未结 8 1184
南笙
南笙 2020-12-24 04:55

I\'ve seen this problem before with other people, but haven\'t found a fix.

All I\'m trying to do is:

from scipy.misc import imread

and

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-24 04:59

    You can try from scipy.misc.pilutil import imread instead of from scipy.misc import imread

    Please check the GitHub page : https://github.com/amueller/mglearn/issues/2 for more details.

提交回复
热议问题