ssbench install error (No distributions found for statlib)
Hi,
I have been trying to install ssbench to benchmark my OpenStack cloud running on my Ubuntu 14.04 server.
I used the guide at https://github.com/swiftstack/ssbench and tried to install ssbench with these commands
$ sudo apt-get install -y python-dev python-pip 'g++' libzmq-dev libevent-dev
$ sudo pip install --upgrade distribute
$ sudo pip install Cython gevent pyzmq==2.2.0
$ sudo pip install ssbench
However the ssbench installation (sudo pip install ssbench) fails with this error
Downloading/unpacking statlib (from ssbench)
Could not find any downloads that satisfy the requirement statlib (from ssbench)
Some externally hosted files were ignored (use --allow-external statlib to allow).
Cleaning up...
No distributions at all found for statlib (from ssbench)
Storing debug log for failure in /home/stack/.pip/pip.log
Is there any way to fix this?