本文主要是介绍python3.6ssl证书错误无法pip的问题,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
出现了这个报错: Could not fetch URL https://pypi.python.org/simple/cryptography/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) - skipping
一开始以为是fiddler开着的原因,因为fiddler会影响request的端口,后面发现不是这个原因。
后面用了这个命令: pip install --trusted-host pypi.python.org pip --upgrade
就解决了
这篇关于python3.6ssl证书错误无法pip的问题的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!