How to resolve SSL certificate issue with HTTPSConnectionPool to pypi.org?
- 内容介绍
- 文章标签
- 相关推荐
本文共计251个文字,预计阅读时间需要2分钟。
在安装pytest-时遇到错误:无法获取URL https://pypi.org/simple/pytest-/:确认SSL证书时出现问题:HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pytest-/。
本文共计251个文字,预计阅读时间需要2分钟。
在安装pytest-时遇到错误:无法获取URL https://pypi.org/simple/pytest-/:确认SSL证书时出现问题:HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pytest-/。

