1

Python2.7.2の開発バージョンを使用してRHEL4.8にgeventをインストールしようとしています。
libevent2-2.0.10(開発バージョン)とgreenletをインストールしました。

sudo pip install geventを実行すると、次のエラーが発生します。

gevent/core.c: In function `__pyx_pf_6gevent_4core_17http_request_base_12get_input_headers':
gevent/core.c:10388: warning: implicit declaration of function `TAILQ_FIRST'
gevent/core.c:10388: warning: assignment makes pointer from integer without a cast
gevent/core.c:10494: warning: implicit declaration of function `TAILQ_NEXT'
gevent/core.c:10494: error: `next' undeclared (first use in this function)

このエラーの原因を知っている人はいますか?ありがとう!

4

1 に答える 1

0

私のために働いたlibevent-1.4.13-stableをインストールしてみてください

于 2013-05-22T15:17:35.563 に答える