解决ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled 问题

PyCharm解决urllib3 v2.0问题,库的安装

1.打开File-settings

解决ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled 问题_第1张图片

2.找到project:文件名--Python Interpreter

解决ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled 问题_第2张图片3. - 号卸载原urllib3 v2.0,以上图片是我已经卸载重新安装好的

4. + 号安装需要版本urllib3解决ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled 问题_第3张图片

5. 库的安装也同上述操作

你可能感兴趣的:(pip,requests库,urllib3,v2.0版本)