pip安装mysql报错 ld: library not found for -lssl

ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command '/usr/bin/clang' failed with exit status 1

安装完ssl库

env LDFLAGS="-L/usr/local/opt/openssl/lib -I/usr/local/opt/openssl/include" pip install mysqlclient

猜你喜欢

转载自www.cnblogs.com/cmsd/p/10266174.html