Psycopg2 image not found

后端 未结 20 1667
无人及你
无人及你 2020-11-29 18:04

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         


        
20条回答
  •  时光取名叫无心
    2020-11-29 18:44

    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
    

提交回复
热议问题