赞
踩
from scipy.misc import imread ImportError: cannot import name ‘imread’
方法一: !pip3 install scipy==1.0.0
方法二: from matplotlib.pyplot import imread