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
上一篇: 浏览器底层渲染机制
推荐阅读
-
PHP加密3DES报错 Call to undefined function: mcrypt_module_open() 如何解决
-
Android Data Binding 在 library module 中遇到错误及解决办法
-
解决Error:All flavors must now belong to a named flavor dimension. Learn more at https://d.android.com
-
详解如何更好的使用module vuex
-
python开发中module模块用法实例分析
-
解决Python找不到ssl模块问题 No module named _ssl的方法
-
Javarscript中模块(module)、加载(load)与捆绑(bundle)详解
-
如何修改Android Studio创建module时默认的compileSdkVersion
-
python进阶教程之模块(module)介绍
-
在windows下使用淘宝的nginx插件 nginx_concat_module (附下载地址)