Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure in Step 17/23 - pip installation #6

Open
msidana opened this issue Mar 27, 2019 · 2 comments
Open

Failure in Step 17/23 - pip installation #6

msidana opened this issue Mar 27, 2019 · 2 comments

Comments

@msidana
Copy link

msidana commented Mar 27, 2019

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# 
@msidana msidana changed the title Failure in Step 17/23 Failure in Step 17/23 - pip installation Mar 27, 2019
@janmattfeld
Copy link
Owner

Did you get around the other error in #5?

If so, a pull request would be much appreciated.

@msidana
Copy link
Author

msidana commented Mar 27, 2019

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 (#6), it's getting reproduced every time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants