Skip to content

Instantly share code, notes, and snippets.

@judoole
Created August 27, 2013 14:20
Show Gist options
  • Save judoole/6354123 to your computer and use it in GitHub Desktop.
Save judoole/6354123 to your computer and use it in GitHub Desktop.
Minumum requirements for locustio on Ubuntu
sudo apt-get install -y python-dev python-pip python-gevent libevent-dev libzmq-dev
sudo pip install pyzmq gevent-zeromq locustio
@marc22alain
Copy link

What version of Ubuntu does this work on?
I have just attempted to install locustio on 14.04, and I am getting
pkg_resources.DistributionNotFound: gevent>=1.0.1

Note that this was after getting confirmation:
Successfully installed gevent-zeromq locustio flask requests msgpack-python Werkzeug itsdangerous

My system had gevent v1.0. It now works after:
sudo pip install --upgrade gevent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment