Issue
I am trying to install jaxlib on my windows 10 by the following command which I found on the documentation..
pip install jaxlib
It shows the following error
Collecting jaxlib
Could not find a version that satisfies the requirement jaxlib (from versions: None)
No matching distribution found for jaxlib
Can anyone help me, thanks in advance!
Solution
Jaxlib is not supported on windows you can see it here..
https://github.com/google/jax/issues/438
Answered By – user13815693
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0