Python 3.9.19 (main, Mar 21 2024, 17:21:27) [MSC v.1916 64 bit (AMD64)]
ray.version: ‘2.10.0’
platform:Win11
when I init ray as follows:
import ray
ray.init()
raise an error:
Traceback (most recent call last):
File D:softwareanacondaenvsTradeMasterlibsite-packagesray_privatenode.py:318 in init
ray._private.services.wait_for_node(
File D:softwareanacondaenvsTradeMasterlibsite-packagesray_privateservices.py:464 in wait_for_node
raise TimeoutError(
TimeoutError: Timed out after 60 seconds while waiting for node to startup. Did not find socket name tcp://127.0.0.1:48150 in the list of object store socket names.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
Cell In[3], line 1
ray.init()
File D:softwareanacondaenvsTradeMasterlibsite-packagesray_privateclient_mode_hook.py:103 in wrapper
return func(*args, **kwargs)
File D:softwareanacondaenvsTradeMasterlibsite-packagesray_privateworker.py:1645 in init
_global_node = ray._private.node.Node(
File D:softwareanacondaenvsTradeMasterlibsite-packagesray_privatenode.py:323 in init
raise Exception(
Exception: The current node timed out during startup. This could happen because some of the Ray processes failed to startup.
could anyone help?
I have read a lot docs, but seems a little people comes up with the same problem.
yichuan zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.