ModuleNotFoundError: jax requires jaxlib to be installed. #9105
-
Run commands from here https://github.com/google/jax#installation and when I tried to launch I got Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like you're running on Windows – as mentioned at the link you included, we don't provide pre-built jaxlib wheels for Windows. You can read more at that link, or search through JAX's issue tracker for community memebers who have provided windows builds (e.g. #5795 (comment)), or you can use WSL and install the linux wheels natively. |
Beta Was this translation helpful? Give feedback.
It looks like you're running on Windows – as mentioned at the link you included, we don't provide pre-built jaxlib wheels for Windows. You can read more at that link, or search through JAX's issue tracker for community memebers who have provided windows builds (e.g. #5795 (comment)), or you can use WSL and install the linux wheels natively.