Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maxcnunes/6165962 to your computer and use it in GitHub Desktop.
Save maxcnunes/6165962 to your computer and use it in GitHub Desktop.
How to fix the error: "ImportError: No module named psycopg2"
sudo apt-get build-dep python-psycopg2
pip install psycopg2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment