欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ImportError: No module named ×××××

程序员文章站 2022-05-28 21:09:23
...

1. ImportError: No module named 'scipy'

conda install scipy

2. ImportError: cannot import name 'imread'  或者 AttributeError: module 'scipy.misc' has no attribute 'imread'

conda install pillow

3. ImportError: No module named 'matplotlib'

conda install matplotlib

4. ImportError: No module named 'tqdm'

conda install tqdm

5. ImportError: No module named 'sklearn'

conda install scikit-learn

6. ImportError: No module named 'pandas'

conda install pandas

7. ImportError: No module named 'requests'

conda install requests