wtsi-hgi / openstack-tools

Tools for working with OpenStack
GNU General Public License v3.0
0 stars 0 forks source link

Install fails due to dependency installation issue #3

Closed colin-nolan closed 7 years ago

colin-nolan commented 7 years ago

Installation with:

cd /tmp \
    && git clone https://github.com/wtsi-hgi/openstack-tools.git \
    && cd openstack-tools \
    && python3 setup.py install

Fails, complaining:

Installed /usr/local/lib/python3.6/site-packages/rfc3986-0.4.1-py3.6.egg
error: requests 2.13.0 is installed but requests!=2.12.2,!=2.13.0,>=2.10.0 is required by {'keystoneauth1'}

It looks like six installs requests==2.13.0 (latest), with the following criteria:

Installed /usr/local/lib/python3.6/site-packages/six-1.10.0-py3.6.egg
Searching for requests!=2.12.2,>=2.10.0