gpt4 book ai didi

Ubuntu 12.04 中缺少 Python.h

转载 作者:IT老高 更新时间:2023-10-28 21:37:16 24 4
gpt4 key购买 nike

我在我的 Ubuntu 12.04 上安装了一个名为 RYU 的 openflow Controller ,使用:

 sudo  pip install ryu

我正在尝试使用 ryu-manager 运行 python 文件,如下所示。

sudo ryu-manager simple_switch.py 
Traceback (most recent call last):
File "/usr/local/bin/ryu-manager", line 19, in <module>
import gevent
ImportError: No module named gevent

然后我尝试使用以下方法安装 gevent:

sudo pip install gevent
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c gevent/core.c -o build/temp.linux-x86_64-2.7/gevent/core.o
gevent/core.c:4:20: fatal error: Python.h: No such file or directory

compilation terminated.

error: command 'gcc' failed with exit status 1

这个错误的原因是什么?我尝试使用 sudo locate Python.h 定位 Python.h,但没有成功。 python -V 的输出是

Python 2.7.3

Python.h 应该在系统中吗?如果是这样,我应该安装什么来获得它?

最佳答案

应该这样做:

sudo apt-get 更新; sudo apt-get install python-dev -y

它将安装任何缺少的 header 。这对我帮助很大。

关于Ubuntu 12.04 中缺少 Python.h,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15631135/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com