I am getting this below error for when I try to install mediapipe on Kaggle.
The same command works on the Google Collab fine but not on Kaggle.
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 0x7c350bbf6390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/mediapipe/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7c350bb2ec90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/mediapipe/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7c350bb2fa50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/mediapipe/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7c350b8a0cd0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/mediapipe/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7c350b8f2a10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/mediapipe/
ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none)
ERROR: No matching distribution found for mediapipe