Skip to content

Instantly share code, notes, and snippets.

@josephdubon
Created September 9, 2021 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephdubon/41eb002831a1badd76f9ff061ae5767a to your computer and use it in GitHub Desktop.
Save josephdubon/41eb002831a1badd76f9ff061ae5767a to your computer and use it in GitHub Desktop.
Install psycopg2 on Mac OS Big Sur with M1 Chip
# Workaround for error with install of psycopg2 on M1 Macbook Pro machines running on Big Sur
env LDFLAGS="-I/opt/homebrew/opt/openssl/include -L/opt/homebrew/opt/openssl/lib" pip --no-cache install psycopg2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment