-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Installing jax[cuda101] #7153
Comments
This is a problem with the
|
Agreed with @lumip – I suspect the issue is that you have 0.2.15 installed locally, which has some problematic code for the cuda wheel path that was fixed in 0.2.16. You can either specify the version as recommended above, or first upgrade jax alone before installing the cuda101 wheel:
|
Thank you for your reply.!This method does not work. I install jax from source. |
Thank you for your reply.!This method does not work. I install jax from source. |
You are having a connection issue with the jax release package index there. The final error message seem to come from pip falling back to the default (PyPI), after the (remaining) retry count hit 0. That one does not have cuda versions. |
Is it possible you have a firewall that is preventing your system from accessing https://storage.googleapis.com/jax-releases/jax_releases.html? |
I'm having the same problem:
I can access both URLs: https://storage.googleapis.com/jax-releases/jax_releases.html and https://storage.googleapis.com/jax-releases/cuda111/jaxlib-0.1.67+cuda111-cp38-none-manylinux2010_x86_64.whl Maybe, this has something to do with the fact that I'm installing on Windows. I see that Windows PyPi packages are not yet provided. |
We do not currently provide jaxlib wheels for windows; see #5795. |
I try to install jax with the following command.
pip install --upgrade pip
pip install --upgrade "jax[cuda101]" -f https://storage.googleapis.com/jax-releases/jax_releases.html
The following error occurred during installation.
ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.
jax depends on jaxlib@ https://storage.googleapis.com/jax-releases/cuda101/jaxlib-0.1.67+cuda101-cp38-none-manylinux2010_x86_64.whl
The text was updated successfully, but these errors were encountered: