700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > [常见错误]Python.h: No such file or directory

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

时间:2022-03-27 00:45:39

相关推荐

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

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

[root@centos6u2 PyGreSQL-4.0]# python setup.py buildrunning buildrunning build_pyrunning build_extbuilding '_pg' extensiongcc -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 -O2pgmodule.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

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。