首页 > 技术文章 > vscode使用anaconda的python环境提示“Can't connect to HTTPS URL because the SSL module is not available”

zmichael 2020-01-28 21:38 原文

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

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

推荐阅读