gpt4 book ai didi

python - 导入错误: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other)

转载 作者:行者123 更新时间:2023-12-02 07:05:01 28 4
gpt4 key购买 nike

我想运行 python 文件。但我在运行时可以检查到这个错误。

导入错误:pycurl:libcurl 链接时 ssl 后端 (openssl) 与编译时 ssl 后端(无/其他)不同

我的系统是Mac os 10.13.2,我使用的是python 2.7

最佳答案

看起来 pycurl/openssl 出了问题,试试这个:

pip uninstall pycurl
pip install --compile --install-option="--with-openssl" pycurl

如果还是失败,也试试这个

brew reinstall openssl

关于python - 导入错误: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47888757/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com