Network is Unreachable Error

Hi I am finetuning an algorithm on a supercomputer using remote access and keep on getting the below error and have not been able to diagnose the error. Please let me know if you can help.

/home/user/.local/lib/python3.7/site-packages/huggingface_hub/utils/_deprecation.py:43: FutureWarning: Pass token=‘NNCo-Citation’ as keyword args. From version 0.8 passing these as positional arguments will result in an error
FutureWarning,
Traceback (most recent call last):
File “/home/user/.local/lib/python3.7/site-packages/urllib3/connection.py”, line 175, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
File “/home/user/.local/lib/python3.7/site-packages/urllib3/util/connection.py”, line 95, in create_connection
raise err
File “/home/user/.local/lib/python3.7/site-packages/urllib3/util/connection.py”, line 85, in create_connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable