Install python-gevent by entering the following commands in the terminal:
sudo apt update sudo apt install python-gevent
Description:
gevent is a coroutine-based Python networking library
gevent uses greenlet to provide a high-level synchronous API on top of libevent event loop.
Homepage: http://www.gevent.org/
Version: 1.2.2-2
Section: universe/python