Skip to content

Why was JAXLIB 0.1.75 removed from pypi? #18045

Answered by jakevdp
kevExternal asked this question in Q&A
Discussion options

You must be logged in to vote

pypi has limited storage capacity, so we periodically remove the wheels for old releases in order to make room for new ones. You can install older wheels by pointing pip at the storage bucket you mention, e.g.

pip install jaxlib==0.1.75 -f https://storage.googleapis.com/jax-releases/jax_releases.html

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kevExternal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants