У меня возникли проблемы с установкой psycopg2. Я получаю следующую ошибку при попытке pip install psycopg2
:
Error: pg_config executable not found.
Please add the directory containing pg_config to the PATH
or specify the full executable path with the option:
python setup.py build_ext --pg-config /path/to/pg_config build ...
or with the pg_config option in 'setup.cfg'.
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build/psycopg2
Но проблема pg_config
действительно в моем PATH
; он работает без проблем:
$ which pg_config
/usr/pgsql-9.1/bin/pg_config
Я попытался добавить путь pg_config к файлу setup.cfg
и создать его, используя исходные файлы, загруженные с их сайта (http://initd.org/psycopg/), и я получаю следующее сообщение об ошибке!
Error: Unable to find 'pg_config' file in '/usr/pgsql-9.1/bin/'
Но это на самом деле ТАМ!!!
Я ошибаюсь этими ошибками. Может ли кто-нибудь помочь?
Кстати, я sudo
все команды. Также я нахожусь на RHEL 5.5.