Mailing List Archive

where is requests
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?



Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows

--
https://mail.python.org/mailman/listinfo/python-list
Re: where is requests [ In reply to ]
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

--
https://mail.python.org/mailman/listinfo/python-list
RE: where is requests [ In reply to ]
Try pip install requests--(Unsigned mail from my phone)
-------- Original message --------From: Rich Osborne <richosborne@outlook.com> Date: 24/5/23 11:49 (GMT+10:00) To: python-list@python.org Subject: where is requests 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?Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows-- https://mail.python.org/mailman/listinfo/python-list
--
https://mail.python.org/mailman/listinfo/python-list