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

jax dependency conflict pip install xlb #92

Closed
benprice2310 opened this issue Nov 25, 2024 · 1 comment · Fixed by #95
Closed

jax dependency conflict pip install xlb #92

benprice2310 opened this issue Nov 25, 2024 · 1 comment · Fixed by #95
Assignees

Comments

@benprice2310
Copy link

Attempting to install xlb using "pip install xlb" on fresh python environment results in the following error:

ERROR: Cannot install jax[cuda]==0.4.34 and jax[cuda]==0.4.35 because these package versions have conflicting dependencies.

The conflict is caused by:
jax[cuda] 0.4.35 depends on jax-cuda12-plugin<=0.4.35 and >=0.4.34; extra == "cuda"
jax[cuda] 0.4.34 depends on jax-cuda12-plugin<=0.4.34 and >=0.4.34; extra == "cuda"

To fix this you could try to:

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

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

@benprice2310
Copy link
Author

Note: issue present on windows 11 through pure python and conda environments. Successful install on WSL ubuntu.

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 a pull request may close this issue.

2 participants