[常见错误]Python.h: No such file or directory


这个错误是通过source code安装PyGeSQL时遇到的

[root@centos6u2 PyGreSQL-4.0]# python setup.py build
running build
running build_py
running build_ext
building '_pg' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Iinclude -I/usr/include -I/usr/include/pgsql/server -I/usr/include/python2.6 -c pgmodule.c -o build/temp.linux-x86_64-2.6/pgmodule.o -O2
pgmodule.c:43:20: error: Python.h: No such file or directory

另外还有一个错误可以通过下面的solution来解决

#安装Python Imaging Library
[root@centos6u2 Imaging-1.1.7]# python setup.py install
...
error: command 'gcc' failed with exit status 1

Solution

目录/usr/include/python2.6/缺少Python.h文件

# CentOS 使用下面命令
# yum install python-devel

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM