ฉันมีปัญหาในการติดตั้ง 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
ln -s /usr/pgsql-9.1/bin/pg_config /usr/sbin/pg_config
และทุกอย่างโอเค!
sudo
,$PATH
มีการเปลี่ยนแปลง คุณช่วยตรวจสอบ $ PATH ของคุณอีกครั้งได้ไหม