-
Notifications
You must be signed in to change notification settings - Fork 90
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
PostgeSQL 10 needs psycopg2 >= 2.7.0 #138
Comments
I'm also seeing this: |
@NickTaylor- were you able to produce a working build? |
I believe I was able to get it running by just changing this line in requirements.txt
|
cclauss
pushed a commit
to cclauss/doorman
that referenced
this issue
Mar 18, 2018
mwielgoszewski
pushed a commit
that referenced
this issue
Jan 2, 2019
Fixed in #139. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related psycopg2 bug: psycopg/psycopg2#489
With PostgreSQL versions 10 or later, the version parsing that psycopg2 does no longer works due to a new naming schema. To resolve this, either the version of psycopg2 needs to be updated, or the version of PosgreSQL needs to be specified to be lower than 10.
Running into other build issues at the moment, so I am unable to confirm whether or not there are any issues with an upgrade to psycopg2 (the best route), but will report back if/when I get it working.
The text was updated successfully, but these errors were encountered: