python 导入库:from scipy.misc import imread出错问题

这是因为scipy库中的imread要被弃用也就是不能用了,这时需要改成这样from imageio import imread

你可能感兴趣的:(python,scipy)