I would like to install DeepSpeed in my Kaggle Notebook. I am able to do it without a GPU enabled. But when I enable a GPU (like L4 x4), it does not install. Internet is on, but it still does not install. I am using the following command.
!pip install deepspeed -U
and this is the error message I get:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ffa8ebef610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/deepspeed/
The above message is repeated a few times and then it concludes with the following message:
ERROR: Could not find a version that satisfies the requirement deepspeed (from versions: none)
ERROR: No matching distribution found for deepspeed
Please help.
I would like to install DeepSpeed in my Kaggle Notebook. I am able to do it without a GPU enabled. But when I enable a GPU (like L4 x4), it does not install. Internet is on, but it still does not install. I am using the following command.
!pip install deepspeed -U
and this is the error message I get:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ffa8ebef610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/deepspeed/
The above message is repeated a few times and then it concludes with the following message:
ERROR: Could not find a version that satisfies the requirement deepspeed (from versions: none)
ERROR: No matching distribution found for deepspeed
Please help.
Share Improve this question asked Mar 20 at 12:46 NazirNazir 2431 gold badge4 silver badges13 bronze badges1 Answer
Reset to default 0This is a Kaggle bug. I've also had success with the mentioned workaround of toggling off/on the internet.