ssl 证书的 pip 安装问题:[SSL: TLSV1_ALERT_ACCESS_DENIED]
pip install issue with ssl certificate:[SSL: TLSV1_ALERT_ACCESS_DENIED]
点 version:9.0.1
Python version:3.6.3
运营system:Win7
描述:
我正在尝试在我的笔记本电脑上安装 python 库,但是 运行 在为任何库 运行ning pip -install 时出现 SSL 证书错误。我尝试了其他帖子的一些建议,但都没有用。
有人可以帮我解决这个 SSL 问题吗?提前致谢。
我有运行:
C:\Users\zhouweiq>pip install requests
Collecting requests
Could not fetch URL https://pypi.python.org/simple/requests/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:777) - skipping
Could not find a version that satisfies the requirement requests (from versions: )
No matching distribution found for requests
我也遇到了同样的问题,但在配置代理后它就解决了。
Windows-> internet 选项-> 连接-> LAN 设置中的代理。
点 version:9.0.1
Python version:3.6.3
运营system:Win7
描述:
我正在尝试在我的笔记本电脑上安装 python 库,但是 运行 在为任何库 运行ning pip -install 时出现 SSL 证书错误。我尝试了其他帖子的一些建议,但都没有用。
有人可以帮我解决这个 SSL 问题吗?提前致谢。
我有运行:
C:\Users\zhouweiq>pip install requests
Collecting requests
Could not fetch URL https://pypi.python.org/simple/requests/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:777) - skipping
Could not find a version that satisfies the requirement requests (from versions: )
No matching distribution found for requests
我也遇到了同样的问题,但在配置代理后它就解决了。 Windows-> internet 选项-> 连接-> LAN 设置中的代理。