[python]SSLError(“Can\‘t connect to HTTPS URL because the SSL module is not available.

使用requests.get('https://www.balabala.com')报错SSLError("Can\'t connect to HTTPS URL because the SSL module is not available.python 错误缘由:  安装Python的时,未把ssl模块编译进去。code 解决方案:  从新编译安装python,并编译ssl。ssl 具体步骤
相关文章
相关标签/搜索