-1

Error message:

Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
ERROR: Could not find a version that satisfies the requirement request (from versions: none)
ERROR: No matching distribution found for request

!pip install request
!pip install html5lib
!pip install bs4
9

3 Answers 3

1

This is Requests (with an "s"), hence: pip install requests should work.

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

Comments

0

Use:

python -m pip install requests

Maybe you mean requests and not request!

Comments

0

This module name is requests so you should type pip install requests.

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.