Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant