Python library gevent, version 0.13.6 (the current version on PyPI) will not pip install on OS X Lion, Python 2.7 (and probably others.) It works f
gevent
pip install
I am using MacOs High Sierra (10.13.3) First I did : brew install libevent
I upgraded my pip version to pip-18.0. then tried installing again with following :-
pip install gevent
it worked.