python 安装几个常见库

python 安装几个常见库,第1张

1.opencv

pip install opencv-python

pip install opencv-contrib-python

2.pyqt

pip install pyqt5 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install pyqt5-tool -i https://pypi.tuna.tsinghua.edu.cn/simple

清华:https://pypi.tuna.tsinghua.edu.cn/simple
中科大:https://pypi.mirrors.ustc.edu.cn/simple
豆瓣:https://pypi.douban.com/simple

以清华源为例,在命令行输入即可:
pip -i https://pypi.tuna.tsinghua.edu.cn/simple 库名

(Caused by SSLError("Can
't connect to HTTPS URL because the SSL module is not available.")) - skipping

解决"Can't connect to HTTPS URL because the SSL module is not available.问题

解决"Can't connect to HTTPS URL because the SSL module is not available.问题_沙度灬的博客-CSDN博客

解决pip

 

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/725271.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-26
下一篇 2022-04-26

发表评论

登录后才能评论

评论列表(0条)

保存