Python3.6.2安装pip install paramike模块报错
Posted 杭州-西子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python3.6.2安装pip install paramike模块报错相关的知识,希望对你有一定的参考价值。
问题描述: 在有几台电脑上pip install paramike报错
报错内容:
Could not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) - skipping
Requirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages/pip-9.0.1-py2.7.egg
ReadTimeoutError: HTTPSConnectionPool(host=‘pypi.python.org‘, port=443):Read timed out
解决方法:
使用豆瓣源安装
pip install -i https://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com paramike
以上是关于Python3.6.2安装pip install paramike模块报错的主要内容,如果未能解决你的问题,请参考以下文章
安装Python3.6.2报错:zipimport.ZipImportError: can't decompress data; zlib not available