日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) >

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

發(fā)布時(shí)間:2025/6/15 55 豆豆
生活随笔 收集整理的這篇文章主要介紹了 [常见错误]Python.h: No such file or directory 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

這個(gè)錯(cuò)誤是通過(guò)source code安裝PyGeSQL時(shí)遇到的

[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

另外還有一個(gè)錯(cuò)誤可以通過(guò)下面的solution來(lái)解決

#安裝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

?

轉(zhuǎn)載于:https://www.cnblogs.com/wise-man/archive/2012/07/26/2610002.html

總結(jié)

以上是生活随笔為你收集整理的[常见错误]Python.h: No such file or directory的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。