We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I get a message about the psycopg2 binary or pg_config.
There are development packages that are required by your operating system to properly compile psycopg2. In ubuntu:
sudo apt-get install libpq-dev python-dev
In Fedora:
sudo yum installl python-devel postgresql-devel