无法在centos上安装psycopg2

ws_*_*123 3 python centos5 centos openerp

我用pipeasy_install.

我收到此错误消息:

Downloading/unpacking psycopg2

Running setup.py egg_info for package psycopg2

error: invalid Python installation: unable to open /usr/include/python2.6/pyconfig.h (No such file or directory)

Complete output from command python setup.py egg_info:

running egg_info

writing pip-egg-info/psycopg2.egg-info/PKG-INFO

writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt

writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt

warning: manifest_maker: standard file '-c' not found

error: invalid Python installation: unable to open /usr/include/python2.6/pyconfig.h (No such file or directory)

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build/psycopg2

Storing complete log in /root/.pip/pip.log
Run Code Online (Sandbox Code Playgroud)

真的需要你的帮助..

Ian*_*and 10

编辑:我第一次读到'pgconfig',而不是'pyconfig'.

如果您缺少pyconfig.h,那么您可能缺少Python开发包.

尝试yum install python-devel再次安装psycopg2.

(postgresql-devel如果没有安装,你仍然需要包装)