【发布时间】:2020-12-27 20:55:39
【问题描述】:
当我在 kaggle 控制台中运行 !pip install 'library_name' 时,它会抛出以下警告:
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 0x7fc7bd22aed0>:
Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
')': /simple/pip/
最终不安装库。
这个警告的原因是什么以及如何解决这个问题?
【问题讨论】: