-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Ray start fails in Ubuntu 24 for version 2.41.0 #49974
Comments
Hi @gongomgra, thanks for reporting the issue! I tried the repro you provided. Unfortunately, I was not to repro your issue. Probably you can check the following environment that I tried with the repro to see if you can find some insights. Below are the environment I ran the repro:
|
Hi @MengjinYan , thank you for confirming it works in Ubuntu 24. We have found the issue on our side and have been able to fix it by building Ray with a different version of clang (clang 18 from system repos). I'm closing this ticket as solved. Thanks for your help! |
What happened + What you expected to happen
ray start
command fails on Ubuntu 24.04 because the dashboard component can't be started. Checking the_private/services.py
file it looks likedashboard_url
isNone
. I have built Ray version 2.41.0 from source. It works flawlessly for other distributions like Ubuntu 22 and Ubuntu 20.I have found references to Ubuntu 22 and Ubuntu 20 both in the repository code and your docs website, so I wonder if Ubuntu 24 is officially supported or not. Can you confirm? And in case it is, can you also help to debug the initialization issue?
Versions / Dependencies
python --version
pip list
ray --version
Reproduction script
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: