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

Broken link to jax wheel in Colab notebook #32

Closed
simonbatzner opened this issue Aug 12, 2019 · 2 comments
Closed

Broken link to jax wheel in Colab notebook #32

simonbatzner opened this issue Aug 12, 2019 · 2 comments

Comments

@simonbatzner
Copy link
Contributor

When I try running the colab notebooks, I get the following error in the first cell:

ERROR: HTTP error 404 while getting https://storage.googleapis.com/jax-wheels/cuda100/jaxlib-0.1.23-cp36-none-linux_x86_64.whl
  ERROR: Could not install requirement jaxlib==0.1.23 from https://storage.googleapis.com/jax-wheels/cuda100/jaxlib-0.1.23-cp36-none-linux_x86_64.whl because of error 404 Client Error: Not Found for url: https://storage.googleapis.com/jax-wheels/cuda100/jaxlib-0.1.23-cp36-none-linux_x86_64.whl
ERROR: Could not install requirement jaxlib==0.1.23 from https://storage.googleapis.com/jax-wheels/cuda100/jaxlib-0.1.23-cp36-none-linux_x86_64.whl because of HTTP error 404 Client Error: Not Found for url: https://storage.googleapis.com/jax-wheels/cuda100/jaxlib-0.1.23-cp36-none-linux_x86_64.whl for URL https://storage.googleapis.com/jax-wheels/cuda100/jaxlib-0.1.23-cp36-none-linux_x86_64.whl
     |████████████████████████████████| 215kB 1.4MB/s 
     |████████████████████████████████| 61kB 26.2MB/s 
  Building wheel for jax (setup.py) ... done
  Building wheel for opt-einsum (setup.py) ... done
  Building wheel for jax-md (setup.py) ... done
@sschoenholz
Copy link
Collaborator

Thanks for pointing this out! The notebook links have been updated. If you're interested (e.g. for your own notebooks), the reason why things broke is that JAX started storing the wheels at https://storage.googleapis.com/jax-releases/...

Let me know if you run into any issues!

@simonbatzner
Copy link
Contributor Author

Works great now, thanks!

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