ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘
在编译程序的时候,出现了如下错误:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+,
currently the ‘ssl’ module is compiled with OpenSSL 1.1.0h 27 Mar 2023.
解决办法:将urllib3的版本降低
pip install urllib3==1.26.15
页:
[1]