kingoflolz / mesh-transformer-jax

Model parallel transformers in JAX and Haiku
Apache License 2.0
6.26k stars 890 forks source link

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

Open Maxim-Mazurok opened 1 year ago

Maxim-Mazurok commented 1 year ago

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!

9cat commented 1 year ago

same issues here

hillct commented 1 year ago

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

fruizg0302 commented 1 year ago

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)

fruizg0302 commented 1 year ago

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

ToBiOh commented 1 year ago

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.