How severe does this issue affect your experience of using Ray?
- High: It blocks me to complete my task.
I am new to ray and I have a project to work on so I am trying to use ray
I am running a ubuntu 16.0.4 lts and another laptop with windows os and head node is running on ubuntu and ray starts normally when i go into worker laptop (windows ) and type ray start --address=“192.168.xxx.xxxx:xxxx”
it says local node ip: 127.0.0.1 and gives me no error but when i check ray dashboard this laptop is not available there.
I googled and tried this
ray start --address=‘127.0.0.1’ --node-ip-address=‘192.168.xx.xxx:xxx’ then it says unable to connect to gcs server check firewall or gcs address is correct.