python h_Python.h: No such file or directory

安装python-devel包解决这个问题

# pip install netifaces

DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6

Collecting netifaces

Using cached netifaces-0.10.5.tar.gz

Installing collected packages: netifaces

Running setup.py install for netifaces ... error

Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-2ZS95g/netifaces/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-e1XD5C-record/install-record.txt --single-version-externally-managed --compile:

running install

running build

running build_ext

checking for getifaddrs...found.

checking for getnameinfo...found.

checking for IPv6 socket IOCTLs...not found.

checking for optional header files...netash/ash.h netatalk/at.h netax25/ax25.h neteconet/ec.h netipx/ipx.h netpacket/packet.h linux/irda.h linux/atm.h linux/llc.h linux/tipc.h linux/dn.h.

checking whether struct sockaddr has a length field...no.

checking which sockaddr_xxx structs are defined...at ax25 in in6 ipx un ash ec ll atmpvc atmsvc dn irda llc.

checking for routing socket support...no.

checking for sysctl(CTL_NET...) support...no.

checking for netlink support...yes.

will use netlink to read routing table

building 'netifaces' 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 -DNETIFACES_VERSION=0.10.5 -DHAVE_GETIFADDRS=1 -DHAVE_GETNAMEINFO=1 -DHAVE_NETASH_ASH_H=1 -DHAVE_NETATALK_AT_H=1 -DHAVE_NETAX25_AX25_H=1 -DHAVE_NETECONET_EC_H=1 -DHAVE_NETIPX_IPX_H=1 -DHAVE_NETPACKET_PACKET_H=1 -DHAVE_LINUX_IRDA_H=1 -DHAVE_LINUX_ATM_H=1 -DHAVE_LINUX_LLC_H=1 -DHAVE_LINUX_TIPC_H=1 -DHAVE_LINUX_DN_H=1 -DHAVE_SOCKADDR_AT=1 -DHAVE_SOCKADDR_AX25=1 -DHAVE_SOCKADDR_IN=1 -DHAVE_SOCKADDR_IN6=1 -DHAVE_SOCKADDR_IPX=1 -DHAVE_SOCKADDR_UN=1 -DHAVE_SOCKADDR_ASH=1 -DHAVE_SOCKADDR_EC=1 -DHAVE_SOCKADDR_LL=1 -DHAVE_SOCKADDR_ATMPVC=1 -DHAVE_SOCKADDR_ATMSVC=1 -DHAVE_SOCKADDR_DN=1 -DHAVE_SOCKADDR_IRDA=1 -DHAVE_SOCKADDR_LLC=1 -DHAVE_PF_NETLINK=1 -I/usr/include/python2.6 -c netifaces.c -o build/temp.linux-x86_64-2.6/netifaces.o

netifaces.c:1:20: error: Python.h: No such file or directory

netifaces.c: In function ‘string_from_sockaddr’:

netifaces.c:341: warning: implicit declaration of function ‘calloc’

netifaces.c:341: warning: incompatible implicit declaration of built-in function ‘calloc’

netifaces.c:344: warning: implicit declaration of function ‘memcpy’

netifaces.c:344: warning: incompatible implicit declaration of built-in function ‘memcpy’

netifaces.c:360: warning: implicit declaration of function ‘free’

netifaces.c:360: warning: incompatible implicit declaration of built-in function ‘free’

netifaces.c:405: warning: implicit declaration of function ‘sprintf’

netifaces.c:405: warning: incompatible implicit declaration of built-in function ‘sprintf’

netifaces.c: In function ‘string_from_netmask’:

netifaces.c:491: warning: incompatible implicit declaration of built-in function ‘sprintf’

netifaces.c:493: warning: implicit declaration of function ‘strlen’

netifaces.c:493: warning: incompatible implicit declaration of built-in function ‘strlen’

netifaces.c:494: warning: implicit declaration of function ‘strcpy’

netifaces.c:494: warning: incompatible implicit declaration of built-in function ‘strcpy’

netifaces.c: At top level:

netifaces.c:672: error: expected ‘)’ before ‘*’ token

netifaces.c:710: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token

netifaces.c:1269: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token

netifaces.c:1442: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token

netifaces.c:2516: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘methods’

netifaces.c: In function ‘initnetifaces’:

netifaces.c:2546: error: ‘PyObject’ undeclared (first use in this function)

netifaces.c:2546: error: (Each undeclared identifier is reported only once

netifaces.c:2546: error: for each function it appears in.)

netifaces.c:2546: error: ‘address_family_dict’ undeclared (first use in this function)

netifaces.c:2547: error: ‘m’ undeclared (first use in this function)

netifaces.c:2555: warning: implicit declaration of function ‘Py_InitModule3’

netifaces.c:2555: error: ‘methods’ undeclared (first use in this function)

netifaces.c:2560: warning: implicit declaration of function ‘PyDict_New’

netifaces.c:2562: warning: implicit declaration of function ‘PyModule_AddIntConstant’

netifaces.c:2563: warning: implicit declaration of function ‘PyDict_SetItem’

netifaces.c:2563: warning: implicit declaration of function ‘PyInt_FromLong’

netifaces.c:2564: warning: implicit declaration of function ‘PyString_FromString’

netifaces.c:2871: warning: implicit declaration of function ‘PyModule_AddObject’

netifaces.c:2879: warning: implicit declaration of function ‘PyModule_AddStringConstant’

error: command 'gcc' failed with exit status 1

----------------------------------------

Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-2ZS95g/netifaces/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-e1XD5C-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-2ZS95g/netifaces/

阅读(1950) | 评论(0) | 转发(0) |

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值