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

pip install failed #309

Closed
rnjv opened this issue Apr 5, 2023 · 1 comment
Closed

pip install failed #309

rnjv opened this issue Apr 5, 2023 · 1 comment

Comments

@rnjv
Copy link

rnjv commented Apr 5, 2023

I am using miniconda:

Collecting dynamax
Using cached dynamax-0.0.6-py3-none-any.whl (119 kB)
Using cached dynamax-0.0.5-py3-none-any.whl (117 kB)
Using cached dynamax-0.0.4-py3-none-any.whl (108 kB)
Using cached dynamax-0.0.3-py3-none-any.whl (105 kB)
Using cached dynamax-0.0.2-py3-none-any.whl (105 kB)
ERROR: Cannot install dynamax==0.0.2, dynamax==0.0.3, dynamax==0.0.4, dynamax==0.0.5, dynamax==0.0.6 and dynamax==0.1.0 because these package versions have conflicting dependencies.

The conflict is caused by:
dynamax 0.1.0 depends on jaxlib
dynamax 0.0.6 depends on jaxlib
dynamax 0.0.5 depends on jaxlib
dynamax 0.0.4 depends on jaxlib
dynamax 0.0.3 depends on jaxlib
dynamax 0.0.2 depends on jaxlib

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: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

on Windows.

EDIT: Feel free to close, I realise its only supported in Linux systems

@gileshd
Copy link
Collaborator

gileshd commented Apr 7, 2023

Hi @rnjv! I think the problem is that, as far as I know, jax doesn't really have windows support yet and so you won't be able to pip install jax on a windows machine.

There is some discussion of this here and it looks like this linked issue might have some suggestions which might help to get jax installed on windows.

I'll close this issue but thanks for your interest and best of luck!

@gileshd gileshd closed this as completed Apr 7, 2023
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

No branches or pull requests

2 participants