Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Could not find a version that satisfies the requirement jaxlib. #1507

Closed
KeqiH opened this issue Mar 21, 2019 · 5 comments
Closed

Could not find a version that satisfies the requirement jaxlib. #1507

KeqiH opened this issue Mar 21, 2019 · 5 comments

Comments

@KeqiH
Copy link

KeqiH commented Mar 21, 2019

Description

I tried to install tensor2tensor using "pip install tensor2tensor", but there is a problem that :"Could not find a version that satisfies the requirement jaxlib."
...

Environment information

win10
python3.6.8 64bit
tensorflow-gpu-1.4.0
CUDA 8.0
cudnn 6.0

OS: <your answer here>

$ pip freeze | grep tensor
# your output here

$ python -V
# your output here

For bugs: reproduction and error logs

# Steps to reproduce:
...
# Error logs:
...
Collecting jaxlib (from tensor2tensor)
  Could not find a version that satisfies the requirement jaxlib (from tensor2tensor) (from versions: )
No matching distribution found for jaxlib (from tensor2tensor)
@dlfelps
Copy link

dlfelps commented Mar 22, 2019

Hi, I just wanted to add that I am having the same bug. It seems that T2T was updated 29 days ago to require jax (and jaxlib) see commit

It also appears that Jax is not supported on Windows see issue

So it looks like we Windows users are out of luck.

@WyattSanders
Copy link

@dlfelps well couldn't you just use the version from before 29 days ago? It's out of date yeah but at least it would work on Windows

@KeqiH
Copy link
Author

KeqiH commented Mar 27, 2019

@cyborg527 Thank you. I just want to know how the Transformer works, so the last version is pretty enough.

@afrozenator
Copy link
Member

Sorry, will fix this shortly. But till that time maybe you can install from source by modifying the setup.py by commenting out those lines?

@afrozenator
Copy link
Member

Can you try now with the latest version on pip 1.13.2? I'll close this for now, please feel free to re-open. Thanks!

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

No branches or pull requests

4 participants