自学内容网 自学内容网

解决NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+问题

问题描述

NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the ‘ssl’ module is compiled with ‘LibreSSL 2.8.3’. See: https://github.com/urllib3/urllib3/issues/3020

解决方法

python3

pip3 install urllib3==1.26.6 

python2

pip install urllib3==1.26.6 

原文地址:https://blog.csdn.net/weixin_45184581/article/details/142335039

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!