赞
踩
ImportError: cannot import name 'imread' from 'scipy.misc'
是由于 `imread` is deprecated in SciPy 1.0.0, and will be removed in 1.2.0.
Use ``imageio.imread`` instead.
处理方法: 首先pip3 install imageio;
然后 import imageio
代码里imageio.imread()处理
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。