Init_process_group always blocks

when I call function init_process_group. why does it always block here?
Is anything wrong?
dist.init_process_group(backend=‘nccl’, init_method=‘tcp://0.0.0.0:23456’, world_size=4, rank=0)