Answers for "could not find a version that satisfies the requirement postgresql"

7

could not find a version that satisfies the requirement psycopg2

pip install psycopg2-binary
Posted by: Guest on December-08-2020
1

Could not find a version that satisfies the requirement psycopg2>=2.8 (from pgcli) (from versions: 2.7.5, 2.7.6, 2.7.6.1, 2.7.7)

pip install pgcli==2.1.1 --only-binary psycopg2
Posted by: Guest on June-27-2020

Code answers related to "could not find a version that satisfies the requirement postgresql"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language