gpt4 book ai didi

python - 导入 pycurl : Library not loaded: @rpath/libcrypto. 1.1.dylib:原因:找不到图像

转载 作者:行者123 更新时间:2023-12-05 07:20:50 25 4
gpt4 key购买 nike

我的 flask 应用程序 python 代码出现以下错误:

Traceback (most recent call last):
File "######.py",
import pycurl
ImportError: dlopen(/Users/########/Library/Python/3.7/lib/python/site-packages/pycurl.cpython-37m-darwin.so, 2): Library not loaded: @rpath/libcrypto.1.1.dylib
Referenced from: /Users/########/Library/Python/3.7/lib/python/site-packages/pycurl.cpython-37m-darwin.so
Reason: image not found

操作系统: Darwin 内核版本 18.6.0 - Mojave 10.14.5

尝试更新 brew,openssl(链接和取消链接、导出 LDFLAGS、导出 CFFFLAGS)但似乎没有任何效果

$ brew install openssl 
openssl 1.0.2s is already installed and up-to-date
$brew install curl-openssl
curl-openssl 7.65.3 is already installed and up-to-date

任何额外的尝试。提前致谢

最佳答案

在我的案例中,解决这个问题的方法是改变 Python 查找这些库的路径,因为它们是由 brew 安装的。但是您可以告诉它在其他地方寻找库:

在您的配置文件底部添加以下内容(~/.bashrc 或 ~/.zshrc,具体取决于您的 shell):

export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/opt/local/lib

然后重新启动您的 shell,然后重试(如果您正在使用,请记住重新加载您的 venv)。

关于python - 导入 pycurl : Library not loaded: @rpath/libcrypto. 1.1.dylib:原因:找不到图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57258897/

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