urllib3 v2.0 only supports OpenSSL 1.1.1+,currently the ‘ssl‘ module is compiled with ‘OenSSL 1.1.0‘

这篇具有很好参考价值的文章主要介绍了urllib3 v2.0 only supports OpenSSL 1.1.1+,currently the ‘ssl‘ module is compiled with ‘OenSSL 1.1.0‘。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

urllib3 v2.0 only supports OpenSSL 1.1.1+,currently the ‘ssl’ module is compiled with ‘OenSSL 1.1.0’ 27 mar 2018
环境是windows 7,重新安装了OpenSSL 1.1.1还是会报错;
urllib3 v2 only supports openssl 1.1.1+, currently the 'ssl' module is compi,python 学习,ssl,python

还是改urllib3的版本,不要2.0了

pip install urllib3==1.26.15
urllib3 v2 only supports openssl 1.1.1+, currently the 'ssl' module is compi,python 学习,ssl,python
这样问题就解决了;
参考原文:https://blog.csdn.net/qq_42873925/article/details/131112721文章来源地址https://www.toymoban.com/news/detail-828201.html

到了这里,关于urllib3 v2.0 only supports OpenSSL 1.1.1+,currently the ‘ssl‘ module is compiled with ‘OenSSL 1.1.0‘的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

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

    问题描述         今天和前几次的环境不太一样,python3.6,并基于此安装相应的torch和torchversion包。         之所以这样是因为这个项目比较早了,所以报错了这个内容:RuntimeError: \\\"nll_loss_forward_reduce_cuda_kernel_2d_index\\\" not implemented for \\\'Float\\\',而且在经历多方查找并没有找

    2024年02月05日
    浏览(42)
  • 报错:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled wi

    报错: ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl’ module is compiled with OpenSSL 1.1.0h 27 Mar 2018. 解决办法 : Terminal窗口执行:pip install urllib3==1.26.15 Urllib3是一个功能强大,用于HTTP客户端的Python库,它包含4个模块: 安装命令: 安装命令:pip install urllib3 urllib3发送

    2024年02月13日
    浏览(42)
  • 【Python爬虫】ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is comp

    目录 1.问题描述: 2.问题分析: 3.问题解决: ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the \\\'ssl\\\' module is compiled with \\\'OpenSSL 1.0.2k-fips  26 Jan 2017\\\'. See: https://github.com/urllib3/urllib3/issues/2168 提示 这个错误表明 urllib3 版本 2.0 要求使用 OpenSSL 1.1.1 或更高版本,但当前的 Python

    2024年02月05日
    浏览(42)
  • Python报错ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compil

    运行openai模块时,报错 ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl’ module is compiled with LibreSSL 2.8.3. 可以在解释器中将urllib3指定版本号

    2024年02月11日
    浏览(52)
  • urllib3 v2.0 only supports OpenSSL 1.1.1+,currently the ‘ssl‘ module is compiled with ‘OenSSL 1.1.0‘

    urllib3 v2.0 only supports OpenSSL 1.1.1+,currently the ‘ssl’ module is compiled with ‘OenSSL 1.1.0’ 27 mar 2018 环境是windows 7,重新安装了OpenSSL 1.1.1还是会报错; 还是改urllib3的版本,不要2.0了 pip install urllib3==1.26.15 这样问题就解决了; 参考原文:https://blog.csdn.net/qq_42873925/article/details/131112721

    2024年02月20日
    浏览(31)
  • 解决python urllib3 v2.0 only supports OpenSSL 1.1.1+, currently

    上面语句不能执行的话尝试下面这一条 还是不行尝试 升级openssl

    2024年02月11日
    浏览(60)
  • ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+

    该错误提示表示您的 OpenSSL 版本过低,无法兼容 urllib3 v2.0。 解决此问题的方法是升级您的 OpenSSL 版本至 1.1.1 或以上。具体操作如下: 方法一: 检查您的 OpenSSL 版本,使用以下命令: openssl version 如果您的 OpenSSL 版本低于 1.1.1,可以使用以下方式升级: 安装完毕后,再次运

    2024年02月06日
    浏览(48)
  • urllib3 v2.0 only supports OpenSSL 1.1.1+报错问题

    该错误提示表示您的 OpenSSL 版本过低,无法兼容 urllib3 v2.0。 解决此问题的方法是升级您的 OpenSSL 版本至 1.1.1 或以上。具体操作如下: 检查您的 OpenSSL 版本,使用以下命令: 如果您的 OpenSSL 版本低于 1.1.1,可以使用以下方式升级: Ubuntu: CentOS: macOS: 安装完毕后,再次运

    2024年02月10日
    浏览(47)
  • python报错:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+

    python3 安装了requests ( pip install requests ) 说明:requests包引入了urllib3,而新版本的urllib3 需要OpenSSL 1.1.1+以上版本,否则报错: ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl’ module is compiled with ‘OpenSSL 1.0.2k-fips 26 Jan 2017’. See: https://github.com/urllib3/urllib3/issues/21

    2024年02月13日
    浏览(42)
  • python报错:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1

    python报错:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+ 问题分析 说明:requests包引入了urllib3,而新版本的urllib3 需要OpenSSL 1.1.1+以上版本,否则报错: ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl’ module is compiled with ‘OpenSSL 1.0.2k-fips 26 Jan 2017’. See: https://github.c

    2024年02月09日
    浏览(48)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包