when installing psycopg2 in my Django project
pip install psycopg2==2.7.*
I get this error :
psycopg/psycopgmodule.c:689:18: error: incomplete definition of type 'struct _is'
I tried the answer to the following question: Is there any problem installing psycopg2 in virtualenv on MacOS catalina with PostgreSQL 12.1 installed? but I still get the same error