google-deepmind / rlax

https://rlax.readthedocs.io
Apache License 2.0
1.23k stars 85 forks source link

Install error with jaxlib version 0.1.47 #7

Open renos opened 4 years ago

renos commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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

mtthss commented 4 years ago

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

renos commented 4 years ago

Hi @mtthss it does not

NeilGirdhar commented 3 years ago

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

mtthss commented 3 years ago

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