vscode使用anaconda的python环境提示“Can't connect to HTTPS URL because the SSL module is not available”

操作系统:win10
环境:vscode+anaconda(python3.7)
非常头疼的问题,查了很久发现是可能是anaconda的ssl模块和系统自带的冲突了,最后参考了以下这篇文章解决:
下载openssl的安装包并安装,并添加到系统环境变量

https://slproweb.com/products/Win32OpenSSL.html

猜你喜欢

转载自www.cnblogs.com/zmichael/p/12239024.html