vscode使用anaconda的python环境提示“Can't connect to HTTPS URL because the SSL module is not available”
Posted michaelz0
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode使用anaconda的python环境提示“Can't connect to HTTPS URL because the SSL module is not available”相关的知识,希望对你有一定的参考价值。
操作系统:win10
环境:vscode+anaconda(python3.7)
非常头疼的问题,查了很久发现是可能是anaconda的ssl模块和系统自带的冲突了,最后参考了以下这篇文章解决:
下载openssl的安装包并安装,并添加到系统环境变量
以上是关于vscode使用anaconda的python环境提示“Can't connect to HTTPS URL because the SSL module is not available”的主要内容,如果未能解决你的问题,请参考以下文章
vscode使用anaconda的python环境提示“Can't connect to HTTPS URL because the SSL module is not available”
手把手教你VScode终端自动激活anaconda的python虚拟环境