You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
loosen the range of package versions you've specified
remove package versions to allow pip to attempt to solve the dependency conflict
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:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
The text was updated successfully, but these errors were encountered: