-
Notifications
You must be signed in to change notification settings - Fork 589
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
User Ray and Sky Ray version conflicts #671
Comments
It looks like for Justin, the version of Ray doesn't matter. |
Running into this for Balsa.
The former is Sky's remote Ray version (controlled) + Python version (uncontrolled by us, depends on the AMI!). The latter is this task's activated conda environment. For some reason, I didn't see this error on this same cluster before today. |
Scratch that. This remains a problem. After I made the Sky task's conda env use Python 3.9.4, installing Update: manually got the task running by installing Ray + Sky inside the Sky task conda env. |
This error
is run into again by @pounde. After a |
I can confirm that installing the packages into a new environment nagates the problem ie, |
Another user requested to launch their own ray cluster on the machines launched by skypilot:
As suggested by the user, we can launch our ray cluster on non-default ports, so that the user trying to launch a ray cluster will not suffer from the problem where the ports being taken by our ray cluster. It may need some investigations to make sure that multiple ray cluster can work well with each other (we also need the instruction in FAQ). |
Another potential user is blocked by this as their program depends on a specific version of ray (2.2). |
Justin’s requirements.txt will install ray. If the version of ray does not equal our ray version, it will cause some problems. Maybe we should encourage the user to use conda environment?
The text was updated successfully, but these errors were encountered: