ray.services.get_node_ip_address() 不起作用射线簇python

问题描述

我正在学习在 ray 的集群上使用 the official documentation 我只想测试 ray.services.get_node_ip_address() 的单个功能,但出现以下错误:

>>> import ray
>>> ray.services.get_node_ip_address()
Traceback (most recent call last):
  File "<stdin>",line 1,in <module>
AttributeError: module 'ray' has no attribute 'services'

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)