TCPStore permission denied

While trying to start a multi-gpu process;

 store = TCPStore(result.hostname, result.port, world_size, start_daemon)
RuntimeError: Permission denied

Has anyone met with this before?

1 Like

What port number you are using? and does it work if using sudo?

I have met this problem minutes ago and i slove this problem after i change this code from os.environ['MASTER_PORT'] = '80' to os.environ['MASTER_PORT'] = '9901'

2 Likes