I\'m trying to install Psycopg2 on my Mac-book. I still get the same error. I found a lot of same questions on Stack Overflow but no answer seems to work. I think it is outd
If you use Docker and you do not want to install postgresql in you host system,
you can try to use package psycopg2-binary and use postgresql in container.