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

 

posted @ 2025-06-16 14:36  屠魔的少年  阅读(56)  评论(0)    收藏  举报