Could not fetch URL https://pypi.python.org/simple/docx/: There was a problem confirming the ssl c
目录1 linux使用pip3安装东西,报错2 解决1 linux使用pip3安装东西,报错Could not fetch URL https://pypi.python.org/simple/docx/: There was a problem confirming the ssl certificate:HTTPSConnectionPool(host='pypi.python.org', p
·
1 linux使用pip3安装东西,报错
Could not fetch URL https://pypi.python.org/simple/docx/: There was a problem confirming the ssl certificate:
HTTPSConnectionPool(host='pypi.python.org', port=443): Max
retries exceeded with url: /simple/docx/ (Caused by
SSLError("Can't connect to HTTPS URL because the SSL module
is not available.",)) - skipping
2 解决
换了一个镜像网站来安装,解决问题:
pip install redis -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
更多推荐
已为社区贡献4条内容
所有评论(0)