pg_config executable not found

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

    On Windows, You may want to install the Windows port of Psycopg, which is recommended in psycopg's documentation.

提交回复
热议问题