Psycopg2 image not found

后端 未结 20 1672
无人及你
无人及你 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:32

    Try updating psycopg2 using pip install psycopg2 --upgrade to the latest version, then try again.

提交回复
热议问题