1.There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED]
今天在用pip安装Pillow库时遇到如下问题

查阅资料发现python3.6以后默认使用ssl.我们可以通过如下方式解决
pip install --trusted-host pypi.python.org Pillow
本文介绍了解决在Python 3.6及以上版本中使用pip安装Pillow库时遇到的SSL证书验证失败的问题。通过指定信任主机的方式成功解决了该问题。
1.There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED]
今天在用pip安装Pillow库时遇到如下问题

查阅资料发现python3.6以后默认使用ssl.我们可以通过如下方式解决
pip install --trusted-host pypi.python.org Pillow
被折叠的 条评论
为什么被折叠?
