requests.exceptions.SSLError (SSL module is not available) 解决方法

Bug

requests.exceptions.SSLError: HTTPSConnectionPool(host=’*****’, port=443): Max retries exceeded with url: / (Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available.”))

解决方法一:环境变量配置问题

参考链接:https://blog.csdn.net/sinat_40692412/article/details/86657137

解决方法二:SSL 模块问题

参考链接:https://blog.csdn.net/zhangjipinggom/article/details/90338978

解决方法三:证书验证问题

参考链接:https://blog.csdn.net/matlab_matlab/article/details/106061379

解决方法四:命令控制台问题

不能使用powershell运行代码,需要使用conda(cmd)环境运行代码
requests.exceptions.SSLError (SSL module is not available) 解决方法_第1张图片
我的问题是通过第四个方法解决的,在此记录一下,有帮助的点个赞。

你可能感兴趣的:(精简记录,文章记录)