-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install error with jaxlib version 0.1.47 #7
Comments
Are you on Windows? I think at the moment |
I'm not on windows- I'm on Linux and I installed jaxlib from source. Specifically, I have jaxlib version 0.1.47 |
Can you make sure you upgrade pip with: |
Hi @renos, does upgrading pip fix the issue for you? |
Hi @mtthss it does not |
Could this be an old version of Python that's no longer supported by jaxlib? Or a virtual environment with other constraints? |
@NeilGirdhar good suggestion! |
rlax gives the following error when I try to install:
Collecting jaxlib>=0.1.37 (from rlax==0.0.1)
Could not find a version that satisfies the requirement jaxlib>=0.1.37 (from rlax==0.0.1) (from versions: 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.11, 0.1.12, 0.1.13, 0.1.14, 0.1.15, 0.1.16, 0.1.17, 0.1.18, 0.1.19, 0.1.20, 0.1.21, 0.1.22, 0.1.23)
No matching distribution found for jaxlib>=0.1.37 (from rlax==0.0.1)
The text was updated successfully, but these errors were encountered: