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?的版本文章來源:http://www.zghlxwxcb.cn/news/detail-858875.html
2、降低版本:pip install urllib3==1.26.15"文章來源地址http://www.zghlxwxcb.cn/news/detail-858875.html
到了這里,關(guān)于ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ ...解決方法的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!