[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)
Posted cuzz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)相关的知识,希望对你有一定的参考价值。
Could not fetch URL https://pypi.python.org/simple/six/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600) - skipping
Could not find a version that satisfies the requirement six
经过网上查阅资料,发现是python版本的问题,高版本的Python会默认SSL。
解决方法:
pip install --trusted-host pypi.python.org 安装包的名字
以上是关于[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)的主要内容,如果未能解决你的问题,请参考以下文章
“SSLError: [SSL] PEM lib (_ssl.c:2532)”是啥意思使用 Python ssl 库?
无法连接到主机 discordapp.com:443 ssl:default [[SSL: CERTIFICATE_VERIFY_FAILED] 证书验证失败 (_ssl.c:852)]
Python Websocket 安全 [SSL: CERTIFICATE_VERIFY_FAILED] (_ssl.c:777)
urllib2.URLError: <urlopen error [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERV