Created
July 26, 2019 04:20
-
-
Save greencoder/7623f8f3880ed3729a5d1b7512908b1e to your computer and use it in GitHub Desktop.
Get psycopg2 to install on Mojave
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://stackoverflow.com/questions/26288042/error-installing-psycopg2-library-not-found-for-lssl | |
$ env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip install psycopg2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment