Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Pytorch Initialisation errors - Address family not supported by protocol

When running Pytorch, you can safely ignore these warnings:


No Format
socket.cpp:755] [c10d] The client socket cannot be initialized to connect to [ag6-404]:15296 (errno: 97 - Address family not supported by protocol).

Theyt are caused by PyTorch trying to connect via IPv6 before using IPv4.  Since connecting via IPv6 is not possible, a harmeless warning is triggered.