NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled

第一步:卸载 urllib3

pip3 uninstall urllib3

第二步:重新安装

pip install urllib3==1.23 -i https://pypi.tuna.tsinghua.edu.cn/simple

你可能感兴趣的:(python)