ImportError “no pq wrapper available” when importing psycopg3
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