Trying to setup postgres with the postgres mac app and hit this error, which I haven\'t been able to solve. Any thoughts?
ImportError: dlopen(/Users/Crai
Try updating psycopg2 using pip install psycopg2 --upgrade to the latest version, then try again.
psycopg2
pip install psycopg2 --upgrade