Replies: 1 comment
-
I think https://docs.jax.dev/en/latest/installation.html#installing-older-jaxlib-wheels should answer your questions.
Note however that jax v0.3.14 was only built for Python versions 3.7-3.10, and you will only be able to install it if you have a compaible Python version (Please let me know if this doesn't work – I don't have a Python version that old on any of my machines, so I cannot easily check myself). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello - I am installing syft=0.7.0, which requires jaxlib==0.3.14.
I see on pypi release history that 0.3.14 isn't in the history, which is seemingly the source of my installation error:
I have already tried the method in F&Q: Installing older jaxlib wheels, but I'm still getting the following error:
Is there a way for me to get my hands on jaxlib==0.3.14?
thanks for your help:)
Beta Was this translation helpful? Give feedback.
All reactions