I followed the psycopg installation steps from https://pypi.org/project/psycopg/
pip install --upgrade pip # to upgrade pip
pip install "psycopg[binary,pool]" # to install package and dependencies
it worked for me
I followed the psycopg installation steps from https://pypi.org/project/psycopg/
pip install --upgrade pip # to upgrade pip
pip install "psycopg[binary,pool]" # to install package and dependencies
it worked for me