Skip to content
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

Open
renos opened this issue Jun 6, 2020 · 7 comments
Open

Install error with jaxlib version 0.1.47 #7

renos opened this issue Jun 6, 2020 · 7 comments

Comments

@renos
Copy link

renos commented Jun 6, 2020

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)

@tomhennigan
Copy link
Collaborator

Are you on Windows? I think at the moment jaxlib is not supported (except on CPU via WSL) hence why you can't find a distribution.

@renos
Copy link
Author

renos commented Jun 14, 2020

Are you on Windows? I think at the moment jaxlib is not supported (except on CPU via WSL) hence why you can't find a distribution.

I'm not on windows- I'm on Linux and I installed jaxlib from source. Specifically, I have jaxlib version 0.1.47

@mtthss
Copy link
Collaborator

mtthss commented Aug 9, 2020

Can you make sure you upgrade pip with:
pip install --upgrade pip
?

@mtthss
Copy link
Collaborator

mtthss commented Aug 17, 2020

Hi @renos, does upgrading pip fix the issue for you?

@renos
Copy link
Author

renos commented Aug 17, 2020

Hi @mtthss it does not

@NeilGirdhar
Copy link

Could this be an old version of Python that's no longer supported by jaxlib? Or a virtual environment with other constraints?

@mtthss
Copy link
Collaborator

mtthss commented Nov 12, 2020

@NeilGirdhar good suggestion!
@renos which Python version are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants