Answers for "installed psycopg2 with pip3 but its not recognised by pipenv]"

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 "installed psycopg2 with pip3 but its not recognised by pipenv]"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language