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

installation, Jaxlib problem #240

Closed
SNYAHS opened this issue Oct 22, 2020 · 5 comments
Closed

installation, Jaxlib problem #240

SNYAHS opened this issue Oct 22, 2020 · 5 comments

Comments

@SNYAHS
Copy link

SNYAHS commented Oct 22, 2020

I got this error while trying to install !
ERROR: Could not find a version that satisfies the requirement jaxlib~=0.1.47 (from imitation==0.1.1a0) (from versions: none)
ERROR: No matching distribution found for jaxlib~=0.1.47 (from imitation==0.1.1a0)

@AdamGleave
Copy link
Member

Does pip install jaxlib work for you at all?

We might need to relax the version requirements in setup.py (@qxcv is there any particular range we need?), but OTOH seems we're allowing anything more recent than 0.1.47 that is still in 0.1.x, which should include the latest jaxlib release.

@qxcv
Copy link
Member

qxcv commented Oct 22, 2020

I don't think so. I'd guess we can just upgrade jax to the latest version. If the test suite fails we can roll back.

@SNYAHS
Copy link
Author

SNYAHS commented Oct 23, 2020

Seems a prob specific to Windows
jax-ml/jax#507

@AdamGleave
Copy link
Member

I think we only use jaxlib for BC and DAGGER -- not for AIRL or GAIL at least -- so as a workaround you could just delete that line, and most algorithms will probably still work.

Closing since we can't fix this without upstream adding support.

@aaronsnoswell
Copy link

Ouch! +1 - came here because I couldn't get the readme installation instructions to work - turns out Jax isn't supported on windows :(

Maybe we can update the readme to reflect this limitation?

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