ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3. See: https://github.com/urllib3/urllib3/issues/2168
大概意思就是说urllib3版本过高
解决方法:
1、使用pip list查看urllib3 的版本文章来源:https://www.toymoban.com/news/detail-858875.html
2、降低版本:pip install urllib3==1.26.15"文章来源地址https://www.toymoban.com/news/detail-858875.html
到了这里,关于ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ ...解决方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!