-
Notifications
You must be signed in to change notification settings - Fork 240
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 numpyro failed on windows #1072
Comments
We will relax jax jaxlib version the the next release. For now, you can use the installation method in cell 1: http://num.pyro.ai/en/latest/tutorials/bayesian_regression.html |
even this is not working |
Interesting, it is working on colab so I guess the issue is related to the recent pip resolver mechanism on a Windows system. Let's see if we still see the issue in the next release. For now, I think a solution can be:
Could you help me test it and let me know? I don't have a Windows machine to test this. :( |
We have just released numpyro 0.7. Hopefully it is resolved now. Please reopen this issue if you face the error again. |
Hello, I was also trying to install numpyro using pip, which seems to fail as well. What are the best ways to install numpyro on Windows? Thanks.
Collecting jax==0.2.3
Downloading jax-0.2.3.tar.gz (473 kB)
|████████████████████████████████| 473 kB 3.3 MB/s
Collecting numpyro
Using cached numpyro-0.4.0-py3-none-any.whl (175 kB)
Using cached numpyro-0.3.0-py3-none-any.whl (157 kB)
Using cached numpyro-0.2.4-py3-none-any.whl (159 kB)
Using cached numpyro-0.2.3-py3-none-any.whl (145 kB)
Using cached numpyro-0.2.2-py3-none-any.whl (145 kB)
Using cached numpyro-0.2.1-py3-none-any.whl (141 kB)
Using cached numpyro-0.2.0-py3-none-any.whl (95 kB)
Using cached numpyro-0.1.0.tar.gz (73 kB)
Collecting jax==0.1.35
Using cached jax-0.1.35.tar.gz (181 kB)
ERROR: Cannot install numpyro==0.1.0, numpyro==0.2.0, numpyro==0.2.1, numpyro==0.2.2, numpyro==0.2.3, numpyro==0.2.4, numpyro==0.3.0, numpyro==0.4.0, numpyro==0.4.1, numpyro==0.5.0 and numpyro==0.6.0 because these package versions have conflicting dependencies.
The conflict is caused by:
numpyro 0.6.0 depends on jaxlib==0.1.62
numpyro 0.5.0 depends on jaxlib==0.1.59
numpyro 0.4.1 depends on jaxlib==0.1.56
numpyro 0.4.0 depends on jaxlib==0.1.55
numpyro 0.3.0 depends on jaxlib==0.1.51
numpyro 0.2.4 depends on jaxlib==0.1.37
numpyro 0.2.3 depends on jaxlib==0.1.36
numpyro 0.2.2 depends on jaxlib==0.1.36
numpyro 0.2.1 depends on jaxlib==0.1.32
numpyro 0.2.0 depends on jaxlib==0.1.27
numpyro 0.1.0 depends on jaxlib>=0.1.14
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
The text was updated successfully, but these errors were encountered: