Gpytorch: [Bug] Problem installing gpytorch into Kaggle kernel

Created on 11 Jun 2019  路  2Comments  路  Source: cornellius-gp/gpytorch

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?

bug

Most helpful comment

to anyone with this same problem, i turned on the internet in the Kaggle kernel and it worked

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings