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

Fixing conflicting dependencies #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LeonShiMin
Copy link

The conflict is caused by:
The user requested kubernetes==9.0.1
jupyterhub-kubespawner 0.10.2.dev0 depends on kubernetes>=7.0
openshift 0.10.0 depends on kubernetes~=10.0

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: Cannot install -r /tmp/src/requirements.txt (line 10), -r /tmp/src/requirements.txt (line 4) and kubernetes==9.0.1 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
subprocess exited with status 1
subprocess exited with status 1
error: build error: error building at STEP "RUN /tmp/scripts/assemble": exit status 1

The conflict is caused by:
    The user requested kubernetes==9.0.1
    jupyterhub-kubespawner 0.10.2.dev0 depends on kubernetes>=7.0
    openshift 0.10.0 depends on kubernetes~=10.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: Cannot install -r /tmp/src/requirements.txt (line 10), -r /tmp/src/requirements.txt (line 4) and kubernetes==9.0.1 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
subprocess exited with status 1
subprocess exited with status 1
error: build error: error building at STEP "RUN /tmp/scripts/assemble": exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant