pg_config executable not found

后端 未结 30 2505
渐次进展
渐次进展 2020-11-22 15:42

I am having trouble installing psycopg2. I get the following error when I try to pip install psycopg2:

Error: pg_config executable not found.

P         


        
30条回答
  •  鱼传尺愫
    2020-11-22 16:19

    You should add python requirements used in Postgres on Ubuntu. Run:

    sudo apt-get install libpq-dev python-dev
    

提交回复
热议问题