kingoflolz / mesh-transformer-jax

Model parallel transformers in JAX and Haiku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find a version that satisfies the requirement ray[default]==1.4.1

Maxim-Mazurok opened this issue · comments

I'm running pip install -r mesh-transformer-jax/requirements.txt on a fresh clone of this repo and getting this:

ERROR: Could not find a version that satisfies the requirement ray[default]==1.4.1 (from versions: 1.13.0, 2.0.0rc0, 2.0.0rc1, 2.0.0, 2.0.1, 2.1.0, 2.2.0)
ERROR: No matching distribution found for ray[default]==1.4.1

I can see this version available on pip tho, so I'm not sure why it can't find it: https://pypi.org/project/ray/1.4.1/

Don't usually use python, thanks for assistance!

commented

same issues here

I hate being one of those guys, but same issue here...

I also hate being one of those guys but: same issue here...

MacOS 12.6.3 (Monterey)
Apple Silicon
Python 3.6.15 (via ASDF)

Update: solved from my end, I just had to read the docs for ray support on Apple Silicon: https://docs.ray.io/en/latest/ray-overview/installation.html#m1-mac-apple-silicon-support

Had the same problem on Ubuntu 22.04 with Python 3.10
The requirements were created for python 3.9 and not python 3.10.
ray 1.4.1 is only up to python 3.9 available.
I installed python 3.9 and used pip in vers 22.
Could install requirements.txt now.