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庫mysql
env LDFLAGS="-L/usr/local/opt/openssl/lib -I/usr/local/opt/openssl/include" pip install mysqlclient