会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
凝心叶子
博客园
首页
新随笔
联系
订阅
管理
2025年1月2日
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.1.0h 27 Mar 2018'. See: https://github.com/urllib3/urllib3/issues/2168
摘要: 原因:urllib3 v2.0和OpenSSL 1.1.0h版本不兼容 两种方案; 1、升级openssl版本 brew install openssl@1.1 2、降级urllib3版本 pip install urllib3==1.26.6
阅读全文
posted @ 2025-01-02 17:43 凝心叶子
阅读(2078)
评论(0)
推荐(0)
公告