Created
August 27, 2013 14:20
-
-
Save judoole/6354123 to your computer and use it in GitHub Desktop.
Minumum requirements for locustio on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install -y python-dev python-pip python-gevent libevent-dev libzmq-dev | |
sudo pip install pyzmq gevent-zeromq locustio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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