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
pip install gevent
Please
How can I pass the libevent option to setup.py using pip?
c:\pip install --help (...) --global-option=GLOBAL_OPTIONS Extra global options to be supplied to the setup.pycall before the install command
See How can I set log level used by distutils when using pip?