题意:
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3
导入错误:urllib3 版本 2.0 仅支持 OpenSSL 1.1.1 及以上版本,而当前 'ssl' 模块是使用 LibreSSL 2.8.3 编译的。
问题背景:
After pip install openai, when I try to import openai, it shows this error:
在通过 pip install openai 安装 openai 后,当我尝试 import openai 时,出现了这个错误:
the 'ssl' module of urllib3 is compile with LibreSSL not OpenSSL
I just followed a tutorial on a project about using API of OpenAI. But when I get to the first step which is the install and import OpenAI, I got stuck. And I tried to
订阅专栏 解锁全文
1008

被折叠的 条评论
为什么被折叠?



