Answers for "pipenv.exceptions.resolutionfailure: error: error: could not find a version that matches psycopg2-binnary"

0

pipenv an error occurred while installing psycopg2==2.8.4

1. Purge the virtualenv by pipenv --rm
2. Install binary version: pipenv install psycopg2-binary
Posted by: Guest on March-18-2020

Code answers related to "pipenv.exceptions.resolutionfailure: error: error: could not find a version that matches psycopg2-binnary"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language