Ok, I realized what the issue was. In the setup.cfg file, the pg_config
path had to include the pg_config executable name as well:
pg_config = /usr/pgsql-9.1/bin/pg_config
On Monday, July 23, 2012 2:01:29 PM UTC-5, Mehrdad Majzoobi wrote:
>
> Guys, I have a similar problem but the differe
Guys, I have a similar problem but the difference is pg_config is actually
in my PATH:
$ which pg_config
/usr/pgsql-9.1/bin/pg_config
I get the following error when I try to pip install psychopg2
###
Error: pg_config executable not found.
Please add the directory containing p
2 matches
Mail list logo