where is requests

MRAB python at mrabarnett.plus.com
Tue May 23 22:27:58 EDT 2023


On 2023-05-24 01:14, Rich Osborne wrote:
> I have install Python 3.11.3 but my import requests does not work. I found documentation that refers to C:\python35 but I am on 3.11.3. Where do I find requests?
> 
It's not part of the standard library. You can import it using pip. If 
you're on Windows, the recommended method is o use the Python Launcher 
and the pip module from a Command Prompt window:

     py -m pip install requests



More information about the Python-list mailing list