Distributed learning in windows

Is it unfeasible to do distributed learning in windows

I want to do distributed learning by connecting two windows computers. Each computer has one gpu. But seems it does not work. Looks like process does not work in set up part which means computer does not handle

dist.init_process_group(
 backend="gloo",
...
) 

this part.