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
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
With the current requirements.txt, I get an error when running pip install -r requirements.txt, like this: psycopg/psycopg2#594
I fix it by removing the version in requirements.txt, and now I can install psycopg and connect postgres.
The text was updated successfully, but these errors were encountered:
Adrianjewell91
changed the title
Psycopg Is out of date
Psycopg version in requirements.txt is out of date
Nov 25, 2017
Adrianjewell91
changed the title
Psycopg version in requirements.txt is out of date
Psycopg version in requirements.txt is out of date -see solution in body.
Nov 25, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the current requirements.txt, I get an error when running
pip install -r requirements.txt
, like this:psycopg/psycopg2#594
I fix it by removing the version in requirements.txt, and now I can install psycopg and connect postgres.
The text was updated successfully, but these errors were encountered: