操作系统:win10
环境:vscode+anaconda(python3.7)
非常头疼的问题,查了很久发现是可能是anaconda的ssl模块和系统自带的冲突了,最后参考了以下这篇文章解决:
下载openssl的安装包并安装,并添加到系统环境变量
相关文章
- 02-27python pip安装模块报错 "Can't connect to HTTPS URL because the SSL module is not available."
- 02-27vscode使用anaconda的python环境提示“Can't connect to HTTPS URL because the SSL module is not available”
- 02-27centos7中python3.6报错ModuleNotFoundError: No module named '_ssl' 或者 Max retries exceeded with url: / (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.",))
- 02-27python pip安装模块报错 "Can't connect to HTTPS URL because the SSL module is not available."