1. 程式人生 > >pip安裝mysql報錯 ld: library not found for -lssl

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