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
I was missing the postgresql client package, so I installed them with brew and that fixed this issue for me.
brew update brew doctor brew install postgresql