-
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
[Bug] [Ray Client] [M1] RuntimeError: Starting up Server Failed! with empty logs on M1 chip #18876
Comments
Also reproduced with this ray version: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-2.0.0.dev0-cp39-cp39-manylinux2014_x86_64.whl |
Ray does not work on ARM chip yet. |
Thank you for your answer. Is it relevant to add that I was using docker with rosetta, which from what I understand should make it like I was not using M1 chip ? |
oh, ok, let's track this issue then. |
Hi, I'm a bot from the Ray team :) To help human contributors to focus on more relevant issues, I will automatically add the stale label to issues that have had no activity for more than 4 months. If there is no further activity in the 14 days, the issue will be closed!
You can always ask for help on our discussion forum or Ray's public slack channel. |
Hi again! The issue will be closed because there has been no more activity in the 14 days since the last message. Please feel free to reopen or open a new issue if you'd still like it to be addressed. Again, you can always ask for help on our discussion forum or Ray's public slack channel. Thanks again for opening the issue! |
Saw this exact same issue again, how's everything going... |
@wjrforcyber could you please post the script you used to reproduce the error? Is it the same script in the original post in this issue? |
Yes, my error has exactly the same log in the original post, I think you have already seen my reply in #19792. Thanks for reopening this. |
There are arm64 wheels on pypi for ray, so |
Closing since no response; @tas17 please reopen if you still run into issues. |
Search before asking
Ray Component
Ray Core
What happened + What you expected to happen
What happened:
While trying a simple ray program, I get the error: RuntimeError: Starting up Server Failed! Check
ray_client_server_[port].err
on the cluster.:/# cat tmp/ray/session_2021-09-24_08-09-35_797329_1/logs/ray_client_server.err
:/# cat tmp/ray/session_2021-09-24_08-09-35_797329_1/logs/ray_client_server_23000.err
What I expected:
No particular log.
Reproduction script
Reproduce:
On a MacBook Air with M1 chip
docker --version
Docker version 20.10.5, build 55c4c88
docker-compose --version
docker-compose version 1.29.0, build 07737305
python --version
Python 3.9.7
pip freeze
Dockerfile:
docker-compose.yaml:
main.py:
Anything else
Works on a mac without M1 chip
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: