-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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 Core: AttributeError: 'NoneType' object has no attribute 'enum_types_by_name' #28779
Comments
@Nithanaroy i think this is due the compatibility issue between protobuf and grpcio in the old ray versions. Can you try to use latest ray (2.0.0) which have fixed this issue? I believe #25648 fixed the issue. |
@scv119, looks like the condition, Head
Worker
Unfortunately, it is bit tricky to migrate to 2.0 yet in my setup. |
@Nithanaroy hmm could you try to pin grpcio to an earlier version, such 1.30.0 ? |
Going to close this out for now but @Nithanaroy feel free to reopen if the grpcio doesn't resolve it! |
Sorry for the delay. That didn't solve the issue. Attached all the dependencies and versions I used in head and worker nodes. |
I don't see a reopen option, @richardliaw @scv119 |
What happened + What you expected to happen
I started the head node using
ray start
. Then to create a cluster I started the worker node, passing in the head server's address,ray start --address='100.96.243.93:54140' --redis-password='5241590000000000' -v --block
. The worker node fails to start and dies with the follow error,Versions / Dependencies
Reproduction script
ray start
on machine 1 with the above configray start --address='<server address>' --redis-password='5241590000000000' -v --block
on machine 2 with the above configIssue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: