I tried to install gpytorch into Kaggle kernel:
pip install gpytorch
But, I am getting the following error:
Collecting gpytorch
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fd9c6743630>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/gpytorch/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fd9c6743588>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/gpytorch/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fd9c6743550>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/gpytorch/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fd9c67435c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/gpytorch/
How can this issue be resolved?
Uhm I've honestly never seen this before. Does pip install gpytorch work for you locally?
to anyone with this same problem, i turned on the internet in the Kaggle kernel and it worked
Most helpful comment
to anyone with this same problem, i turned on the internet in the Kaggle kernel and it worked