sudo yum install -y gcc gcc-c++ git libffi-devel openssl-devel python-devel python-virtualenv
virtualenv elasticluster
. elasticluster/bin/activate
pip install --upgrade 'pip>=9.0.0'
pip install 'setuptools>=40.3.0'
cd elasticluster
git clone git://github.com/gc3-uzh-ch/elasticluster.git src
cd src
pip install -e .
cd
.
.
.
Collecting appdirs>=1.3.0
Using cached appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
ERROR: Could not find a version that satisfies the requirement futurist>=2.1.0 (from openstacksdk>=0.15.0->osc-lib>=1.8.0->python-neutronclient->elasticluster==1.3.dev26) (from versions: 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.10.0, 0.11.0, 0.12.0, 0.13.0, 0.14.0, 0.15.0, 0.16.0, 0.17.0, 0.18.0, 0.19.0, 0.20.0, 0.21.0, 0.21.1, 0.22.0, 0.23.0, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.8.1, 1.9.0, 1.10.0)
ERROR: No matching distribution found for futurist>=2.1.0 (from openstacksdk>=0.15.0->osc-lib>=1.8.0->python-neutronclient->elasticluster==1.3.dev26)
sudo yum install -y gcc gcc-c++ git libffi-devel openssl-devel python3-devel python3 python3-virtualenv
virtualenv-3 elasticluster
. elasticluster/bin/activate
cd elasticluster
git clone git