gpt4 book ai didi

pip - 安装 mysql-python 时出错 : library not found for -lssl

转载 作者:行者123 更新时间:2023-12-02 18:51:34 26 4
gpt4 key购买 nike

我在安装 mysql-python 时遇到问题。创建了一个新的 virtualenv 并在安装 mysql-python 时...这是错误消息:

(env)$ pip install mysql-python
Collecting mysql-python
...

clang -bundle -undefined dynamic_lookup -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk build/temp.macosx-10.12-x86_64-2.7/_mysql.o -L/usr /local/Cellar/mysql/5.7.16/lib -lmysqlclient -lssl -lcrypto -o build/lib.macosx-10.12-x86_64-2.7/_mysql.so
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'clang' failed with exit status 1

使用 Homebrew 软件,我已经安装了:

  • libressl
  • openssl
  • openssl@1.1
  • mysql

已经尝试brew链接,但brew拒绝这样做。

操作系统是 MacOS Sierra。

有人可以帮忙吗?谢谢!

最佳答案

您可以显式设置 ssl 库路径。

LDFLAGS=-L/usr/local/opt/openssl/lib pip install mysqlclient

关于pip - 安装 mysql-python 时出错 : library not found for -lssl,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40587558/

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