pip install psycopg2
错误:
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'cc' failed with exit status 1
解决方法及原因:
mac升级到sierra导致
$ xcode-select --install
参考链接:https://github.com/brianmario/mysql2/issues/795