When I run !pip install 'library_name'
in the kaggle console it throws this warning:
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/
and ultimately doesn't install the library.
What is the reson for this warning and how to solve this problem?