Skip to content
Discussion options

You must be logged in to vote

I noticed I answered the same question here: https://stackoverflow.com/questions/70331558/how-to-deal-with-importerror-cannot-import-name-pytree-from-jaxlib-of-using/70336158?noredirect=1#comment124335932_70336158

From your comments there, it sounds like you want to install a very old version of jax (0.1.68), and you're finding that a much newer version of jaxlib (0.1.67) is incompatible. This is to be expected.

If you need to use jax 0.1.68, you'll probably need jaxlib somewhere around 0.1.50, which you can install this way:

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

Note that the jax-releases address is necessary because th…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@lzhhh93
Comment options

Comment options

You must be logged in to vote
1 reply
@lzhhh93
Comment options

Answer selected by lzhhh93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants