-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
[Core] ray.init() hangs using Python 3.10.15 on Linux #48625
Comments
I have also noticed some processes that I have not figured out how to
|
Can you try a |
Thank you for the tip! |
A bit more context, the m.2 drive that shut down had the I was running BTRFS with the issue & am now running EXT4. I was also having issues with video playback stuttering (buffer running out) & it seems to have gone away with EXT4 on the fresh install. |
I reinstalled my OS & don't have the power issues. But It seems to happen after I use a stop the driver using a KeyboardInterrupt then start then stop using KeyboardInterrupt a few times. In a dev environment. |
Hi can you try to create a fresh conda environment and make sure there's no ray process by |
It froze again & I ran
I reran the process & |
+1, I'm using python 3.10.15 and it hangs on my mac m4:
I've run |
What happened + What you expected to happen
ray.init()
hangsray.init()
should start & not hangray-logs.zip
Versions / Dependencies
Ray 2.38.0
Python 3.10.15
OS Linux 6.11.6-arch1-1 x86_64 unknown
Reproduction script
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: