ray为什么在我的电脑上用不了

1请先搜索,在提问哦,搜索的过程也是提炼明确问题的过程,如果没有找到相关的问题和答案,建议按照以下模板清晰的描述问题!
2问题模板
【Ray使用环境】个人电脑
【Ray版本和类库】 Python 3.9.19 (main, Mar 21 2024, 17:21:27) [MSC v.1916 64 bit (AMD64)] ray.version : ‘2.10.0’ platform:Win11
【使用现场】
—运行环境
—文本代码
import ray
ray.init()
【问题复现】
—做过哪些操作
—出现的问题描述
—期待的结果
【补充】相关截图/链接/日志/监控等信息
File D:\software\anaconda\envs\TradeMaster\lib\site-packages\ray_private\node.py:318 in init ray._private.services.wait_for_node(

File D:\software\anaconda\envs\TradeMaster\lib\site-packages\ray_private\services.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:\software\anaconda\envs\TradeMaster\lib\site-packages\ray_private\client_mode_hook.py:103 in wrapper return func(*args, **kwargs)

File D:\software\anaconda\envs\TradeMaster\lib\site-packages\ray_private\worker.py:1645 in init _global_node = ray._private.node.Node(

File D:\software\anaconda\envs\TradeMaster\lib\site-packages\ray_private\node.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.

安装过程在云服务器的ubuntu上试了一下 是没有问题的,但是本地win11始终不行,求问有大佬能帮忙看一下吗,我是新手,刚开始接触这个。