Cannot install requests module

Hi,
I’m using VSCode with python 3.13.0 and pip 24.2 and I can’t install the module requests.
I have the error “No matching distribution found for requests”.
How can I solve this problem ?
(see attached file for details)
Thank you.

That error message was the result of pip being unable to contact pypi.org. You have some sort of connectivity or DNS resolution problem in that shell environment (container?).