urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled
报错:
urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'
解决办法:
pip3 install urllib3==1.26.15
报错:
urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'
解决办法:
pip3 install urllib3==1.26.15