如何在更新的Ubuntu 14.04上安装gevent

时间:2015-06-25 20:40:06

标签: python ubuntu-14.04 gevent

最近,当我尝试安装gevent 1.0.2时,我收到以下错误:

x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.linux-x86_64-2.7/libev -Ilibev -I/usr/include/python2.7 -c gevent/gevent.corecext.c -o build/temp.linux-x86_64-2.7/gevent/gevent.corecext.o

In file included from gevent/libev.h:2:0,
                 from gevent/gevent.corecext.c:249:
libev/ev.c:45:22: fatal error: config.h: Aucun fichier ou dossier de ce type
 #  include "config.h"
                      ^

compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

我错过了什么?无论我是否安装libev-dev,它都会停止同样的错误。

1 个答案:

答案 0 :(得分:0)

检查TMPDIR没有" noexec"旗。

或者,您可以使用TMPDIR=/home/$USER/tmp pip install gevent运行pip。