pip报错:Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available)

pip报错:Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available),第1张

pip报错:Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available)

 

一开始以为是因为版本原因,打算更新pip,但是因为连接不上一直报错所以也更新不了,于是只能暴力卸载anaconda重新安装最新的,结果还是不行

又以为是源的问题,使用语句,将pip镜像换成清华源

pip config set global.index-url Simple Index

但还是不行!

又试着在setting>python interpreter>+>manage repositories将pycharm的源切换成清华源。

依旧没用!

最后看到这位大佬的文章:

        https://blog.csdn.net/submarineas/article/details/91142067

对照了我自己的环境配置发现缺少了一条,d:/anaconda3/Library/bin,于是添加上去。

问题解决!

进去该文件夹下看了一眼,发现都是一些dll文件和exe,所以最终原因可能是因为path没有添加所以没办法找到并加载OpenSSL模块,导致SSLError。

合理! 

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5701233.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存