SyntaxFix
Write A Post
Hire A Developer
Questions
On Debian/Ubuntu:
Debian/Ubuntu
First install and build dependencies of psycopg2 package:
psycopg2
# apt-get build-dep python-psycopg2
Then in your virtual environment, compile and install psycopg2 module:
(env)$ pip install psycopg2