本文主要是介绍HTTPS ConnectionPool(host=‘pypi.org’, port=443): Max retries exceeded with url: /simple/pip/ (Cause,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
遇到的问题
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming
the ssl certificate: HTTPS ConnectionPool(host=‘pypi.org’, port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(“Can’t connect to HTTPS UR
L because the SSL module is not available.”)) - skipping
解决方案
把E:\Anaconda3.8\安装位置\Library\bin(自己的安装路径弄正确)写成PATH里,然后关闭重启再pip install 库名,nice。(亲测有效,特别棒)
必备技能
放置Path路径应该要很熟练,毕竟也经常用到。
这篇关于HTTPS ConnectionPool(host=‘pypi.org’, port=443): Max retries exceeded with url: /simple/pip/ (Cause的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!