0%

macOS pip 安装 mysqlclient 报错

1
2
3
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
1
export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/

然后再安装

------------- 本文结束 感谢您的阅读-------------