卸载
pip3 uninstall urllib3
重新安装
pip install urllib3==1.23 -i https://pypi.tuna.tsinghua.edu.cn/simple
上面语句不能执行的话尝试下面这一条文章来源:https://www.toymoban.com/news/detail-506535.html
pip install urllib3==1.23 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
还是不行尝试 升级openssl文章来源地址https://www.toymoban.com/news/detail-506535.html
到了这里,关于解决python urllib3 v2.0 only supports OpenSSL 1.1.1+, currently的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!