How to install gevent on Windows?

前端 未结 6 1040
抹茶落季
抹茶落季 2021-02-05 15:41

I\'m trying to install gevent on Windows. In order to do that, I\'ve downloaded and compiled libevent, then I run pip install gevent and get an error: Please

6条回答
  •  闹比i
    闹比i (楼主)
    2021-02-05 16:15

    Download the precompiled packages here:

    • http://pypi.python.org/pypi/greenlet
    • http://pypi.python.org/pypi/gevent

    This worked for me, python 2.7 32 bit build.

提交回复
热议问题