janmattfeld / DockStack

:whale: Docker on DevStack on Docker ¯\_(ツ)_/¯
MIT License
28 stars 6 forks source link

Failure in Step 17/23 - pip installation #6

Open msidana opened 5 years ago

msidana commented 5 years ago

Hi,

I tried setting up DockStack but I am facing issues in pip packages installation. Has anyone faced the same issue ?

Step 17/23 : RUN pip install         --no-cache-dir         --constraint  /opt/stack/requirements/upper-constraints.txt         --requirement /opt/stack/requirements/global-requirements.txt         --requirement /opt/stack/requirements/test-requirements.txt
 ---> Running in 9d64eeef3f28
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy-extensions: markers 'python_version == "3.6"' don't match your environment
Ignoring tornado: markers 'python_version == "3.4"' don't match your environment
Ignoring tornado: markers 'python_version == "3.5"' don't match your environment
Ignoring tornado: markers 'python_version == "3.6"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.6"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.6"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.6"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.6"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.6"' don't match your environment
Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment
Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment
Ignoring more-itertools: markers 'python_version == "3.6"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.6"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment
Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython: markers 'python_version == "3.6"' don't match your environment
Ignoring Django: markers 'python_version >= "3.0"' don't match your environment
Ignoring dnspython3: markers 'python_version >= "3.0"' don't match your environment
Ignoring mypy: markers 'python_version >= "3.4"' don't match your environment
Ignoring PyMI: markers 'sys_platform == "win32"' don't match your environment
Ignoring wmi: markers 'sys_platform == "win32"' don't match your environment
Double requirement given: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 (from -r /opt/stack/requirements/test-requirements.txt (line 10)) (already in setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0 (from -r /opt/stack/requirements/global-requirements.txt (line 441)), name='setuptools')
The command '/bin/sh -c pip install         --no-cache-dir         --constraint  /opt/stack/requirements/upper-constraints.txt         --requirement /opt/stack/requirements/global-requirements.txt         --requirement /opt/stack/requirements/test-requirements.txt' returned a non-zero code: 1
Makefile:28: recipe for target 'build' failed
make: *** [build] Error 1
root@manik-demo:~/docker-work/new-dockstack/DockStack# 
janmattfeld commented 5 years ago

Did you get around the other error in #5?

If so, a pull request would be much appreciated.

msidana commented 5 years ago

No, I haven't been able to proceed. Would certainly raise a PR if I get any leads. Do you have a workaround for this issue (https://github.com/janmattfeld/DockStack/issues/6), it's getting reproduced every time.