首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

装配psycopg是出错:Error: pg_config executable not found

2013-02-15 
安装psycopg是出错:Error: pg_config executable not found.装psycopg是出错??执行 python setup.py insta

安装psycopg是出错:Error: pg_config executable not found.

装psycopg是出错

?

?执行 python setup.py install

?

running buildrunning build_pyrunning build_extError: pg_config executable not found.Please add the directory containing pg_config to the PATHor 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'.

?

需要安装postgresql-devel插件

?

 yum install postgresql-devel*

?

热点排行