Error: No module named psycopg2.extensions

The Solution to Error: No module named psycopg2.extensions is


The first thing to do is to install the dependencies.

sudo apt-get build-dep python-psycopg2

After that go inside your virtualenv and use

pip install psycopg2-binary

These two commands should solve the problem.

~ Answered on 2013-01-13 22:28:38


Most Viewed Questions: