PostgreSQL- ModuleNotFoundError: No module named 'psycopg2'
Using Python3 the command is:
python3 -m pip install psycopg2-binary
Yes, found a solution,
python -m pip install psycopg2-binary
does the trick!
Using Python3 the command is:
python3 -m pip install psycopg2-binary
Yes, found a solution,
python -m pip install psycopg2-binary
does the trick!