Error installing psycopg2==2.6.2
The easiest way to fix is to run
❯ pip install psycopg2-binary
This is a bug in psycopg2 2.6. The bug was fixed in psycopg2 2.7. Install the latest version to work with PostgreSQL 10.
The easiest way to fix is to run
❯ pip install psycopg2-binary
This is a bug in psycopg2 2.6. The bug was fixed in psycopg2 2.7. Install the latest version to work with PostgreSQL 10.