Answers for "error couldn't install package psycopg2 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
0

psycopg2 error pip install error

sudo apt install libpq-dev
Posted by: Guest on November-05-2020

Code answers related to "error couldn't install package psycopg2 pipenv"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language