from scipy.misc import imread ImportError: cannot import name 'imread'

    xiaoxiao2023-11-01  147

    from scipy.misc import imread ImportError: cannot import name ‘imread’

    方法一: !pip3 install scipy==1.0.0

    方法二: from matplotlib.pyplot import imread

    最新回复(0)