python代码执行报错如下:

urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'.
python版本3.8

解决办法:

pip3 install urllib3==1.26.7