You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the linked issue I understand that this occurs if the newly released PostgreSQL 10 is installed.
robertknight
changed the title
make dev fails at psycopg2 install if Postgres 10 is installed
make dev fails at psycopg2 install if PostgreSQL 10 is installed
Nov 10, 2017
Update psycopg2 using `pip-compile --upgrade-package psycopg2`.
I removed a test case that fails with this update. It was added without
clear explanation in c7d3380 and it
isn't obvious to me why it would be needed.
Fixes#4674
Reason
psycopg/psycopg2#594
Additional details
I've tried changing the requirement from
psycopg2==2.6.2
topsycopg2>=2.6.2
and build gets completed.The text was updated successfully, but these errors were encountered: