当前位置:   article > 正文

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

importerror: urllib3 v2.0 only supports openssl 1.1.1+, currently the 'ssl

问题:

ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl’ module is compiled with ‘OpenSSL 1.1.0h 27 Mar 2018’.

如图所示

在这里插入图片描述
在这里插入图片描述

原因:

安装requests的2.31.0包时引入了urllib3,而新版本的urllib3 需要OpenSSL 1.1.1+以上版本

解决

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

安装完之后再试着运行一下。

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号