最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Installation of DeepSpeed in Kaggle notebook with GPU L4 x4 enabled - Stack Overflow

programmeradmin3浏览0评论

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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

This is a Kaggle bug. I've also had success with the mentioned workaround of toggling off/on the internet.

发布评论

评论列表(0)

  1. 暂无评论