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

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

Open
Maxim-Mazurok opened this issue Dec 26, 2022 · 5 comments

Comments

@Maxim-Mazurok
Copy link

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
Copy link

9cat commented Jan 20, 2023

same issues here

@hillct
Copy link

hillct commented Jan 29, 2023

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

@fruizg0302
Copy link

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
Copy link

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
Copy link

ToBiOh commented Feb 5, 2023

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.

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

5 participants