Known bugs & fixes

If you encounter psycopg2 related errors, particularly on macOS, it is typically due to the absence of PostgreSQL in the local system, which causes the driver to malfunction. For further reference, please consult the relevant Stack Overflow thread here.

The recommended solution for now is to execute the following command to install PostgreSQL:

brew install postgresql

Last updated

Was this helpful?