python 問題修復(fù)ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+
這個(gè)問題時(shí)python版本安裝的 urllib3版本過高,而openssl版本太低導(dǎo)致的
解決無非兩種方法,降低urllib3版本或者升級(jí)openssl版本文章來源地址http://www.zghlxwxcb.cn/news/detail-506653.html
升級(jí)openssl版本
//只針對(duì)centos,如果是ubunt系統(tǒng),把yum改 apt-get
yum -y update
yum -y install openssl@1.1
降低urllib版本
python3 -m pip install urllib3==1.26.6
文章來源:http://www.zghlxwxcb.cn/news/detail-506653.html
到了這里,關(guān)于python 問題修復(fù)ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!