Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make dev fails at psycopg2 install if PostgreSQL 10 is installed #4674

Closed
aruntk opened this issue Oct 29, 2017 · 1 comment
Closed

make dev fails at psycopg2 install if PostgreSQL 10 is installed #4674

aruntk opened this issue Oct 29, 2017 · 1 comment
Assignees

Comments

@aruntk
Copy link

aruntk commented Oct 29, 2017

Reason

psycopg/psycopg2#594

Additional details

I've tried changing the requirement from psycopg2==2.6.2 to psycopg2>=2.6.2 and build gets completed.

@robertknight robertknight changed the title make dev fails at psycopg2 install make dev fails at psycopg2 install if Postgres 10 is installed Nov 10, 2017
@robertknight
Copy link
Member

robertknight commented Nov 10, 2017

From the linked issue I understand that this occurs if the newly released PostgreSQL 10 is installed.

@robertknight 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
@robertknight robertknight self-assigned this Nov 15, 2017
robertknight added a commit that referenced this issue Nov 15, 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants