Skip to content

Update psycopg2 #64

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

Merged
merged 1 commit into from
Sep 11, 2018
Merged

Conversation

brien-givens
Copy link
Collaborator

Description:
The psycopg2 package is renaming their wheel package to psycopg2-binary: http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released

For the lifespan of the Psycopg 2.7 cycle, the psycopg2 PyPI package will still contain wheel packages, but starting from Psycopg 2.8 it will become again a source-only package.

Importing postgres currently results in this warning:

UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi

Updating psycopg2 >= 2.5.0 to psycopg2-binary >= 2.7.5 fixes the issue - tested locally.

@chadwhitacre
Copy link
Collaborator

Thanks @brien-givens! :-)

@chadwhitacre chadwhitacre merged commit 0875942 into liberapay:master Sep 11, 2018
@chadwhitacre chadwhitacre mentioned this pull request Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants