掘金社区
如下图所示,系统识别出Anaconda3 下的Python,但是“一键安装”的时候,报以下错误:
具体的错误代码如下:
Could not fetch URL https://pypi.org/simple/gm/: There was a problem confirmin
g the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retri
es exceeded with url: /simple/gm/ (Caused by SSLError("Can't connect to HTTPS UR
L because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement gm (from versio
ns: none)
ERROR: No matching distribution found for gm
请按任意键继续. . .
请问怎么解决?谢谢!
评论: 2
-
手动安装下 pip install gm -i https://pypi.doubanio.com/simple
找不到SLL模块, 可以看下帮助中心的常见问题里的解决方法 -
把全局代理关了就好了!:D