0

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
1
  • 1
    Looks like Kaggle can't connect to PyPI. Is it e.g. a no-internet scenario? Commented Sep 22 at 13:57

1 Answer 1

0

This issue is specific to the Kaggle environment's network configuration, which is why it might work on Google Colab but not Kaggle.

The most common reason for this on kaggle is that internet access is not enabled for the notebook, To fix this, locate the Internet toggle switch and make sure it is turned ON. You might need to accept a disclaimer.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.