- High: It blocks me to complete my task.
I followed this:
Head nod vm(windows):
ray start --head --port=6379
Worker nod vm(windows):
ray start --address=head-node-address:port
Worker nod vm error:
can not parse port…6379…
I followed this:
Head nod vm(windows):
ray start --head --port=6379
Worker nod vm(windows):
ray start --address=head-node-address:port
Worker nod vm error:
can not parse port…6379…
It happened in my azure vms scal. all port is good to go or in.
Generally speaking, windwos support is in beta. Do you mind filing a github issue with a full reproduction? (whcih version of windows you use, ray version, how you setup the machine, etc)
https://docs.ray.io/en/latest/ray-overview/installation.html#windows-support
Thank you for your reply, the problem has been solved, it was a firewall issue.