Psycopg2'yi yüklerken sorun yaşıyorum. Ben denediğimde aşağıdaki hatayı alıyorum 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
Ama sorun pg_config
aslında benim içimde PATH
; sorunsuz çalışır:
$ which pg_config
/usr/pgsql-9.1/bin/pg_config
Pg_config yolunu setup.cfg
dosyaya eklemeyi ve kendi web sitelerinden indirdiğim kaynak dosyaları kullanarak oluşturmayı denedim ( http://initd.org/psycopg/ ) ve aşağıdaki hata mesajını alıyorum!
Error: Unable to find 'pg_config' file in '/usr/pgsql-9.1/bin/'
Ama aslında var !!!
Bu hatalardan şaşkınım. Birisi yardım edebilir mi lütfen?
Bu arada, sudo
tüm komutları ben . Ayrıca RHEL 5.5 kullanıyorum.
ln -s /usr/pgsql-9.1/bin/pg_config /usr/sbin/pg_config
ve her şey yolunda!
sudo
,$PATH
değiştirilir. Lütfen $ PATH'inizi root olarak iki kez kontrol edebilir misiniz?