Closed aksakalli closed 3 years ago
I am getting AttributeError: module 'ray' has no attribute 'get_webui_url' error with more recent versions of ray because the webui was simply renamed to dashboard for 1.0 with this commit.
AttributeError: module 'ray' has no attribute 'get_webui_url'
webui
dashboard
Thanks for your contribution! Merged!
I am getting
AttributeError: module 'ray' has no attribute 'get_webui_url'
error with more recent versions of ray because thewebui
was simply renamed todashboard
for 1.0 with this commit.