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

ModuleNotFoundError: No module named

程序员文章站 2022-04-14 14:02:41
cv2pip install opencv-pythonPILpip install pillowsklearnpip installscikit-learn...

能用conda安装的用conda安装,不能的使用pip

 

cv2

pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple

 

PIL

pip install pillow

 

sklearn

pip install scikit-learn

 

matplotlib

conda install matplotlib

 

 

更改镜像源

pip install opencv-python  -i https://pypi.tuna.tsinghua.edu.cn/simple

 

清华:https://pypi.tuna.tsinghua.edu.cn/simple

阿里云:http://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/

华中理工大学:http://pypi.hustunique.com/

山东理工大学:http://pypi.sdutlinux.org/ 

豆瓣:http://pypi.douban.com/simple/
参考:
https://blog.csdn.net/qq_41627235/article/details/87692748

本文地址:https://blog.csdn.net/u014027421/article/details/107296608