pg_config executable not found

后端 未结 30 2436
渐次进展
渐次进展 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:08

    Installing python-psycopg2 solved it for me on Arch Linux:

    pacman -S python-psycopg2
    

提交回复
热议问题