pip安装mysql报错 ld: library not found for -lssl
2019-01-14 12:38 cmsd 阅读(661) 评论(0) 编辑 收藏 举报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