Problem with 'requests' module

Joel Goldstick joel.goldstick at gmail.com
Wed Feb 3 06:44:38 EST 2016


On Wed, Feb 3, 2016 at 4:59 AM, Chris Angelico <rosuav at gmail.com> wrote:

> On Wed, Feb 3, 2016 at 12:16 AM, Mohamed Nedal
> <Mohamed_Nedal at science.helwan.edu.eg> wrote:
> >
> > I'm learning Python and I'm using Python 3.5.1 Shell to write some code
> using 'requests' module, but I get this error when I run the code:
> ImportError: No module named 'requests'
> >
> >
> > Could you please tell me how to fix this issue?
> >
>
> The module you're looking for isn't part of the Python standard
> library - it's a third-party module. You'll need to install it using
> 'pip'. Exactly how you go about doing this depends on your platform
> and how you're using Python, but it's most likely going to involve
> running this shell command:
>
> python3 -m pip install requests
>
> ChrisA
> --
> https://mail.python.org/mailman/listinfo/python-list
>

Here is a link to the installation documents:

http://docs.python-requests.org/en/latest/user/install/#install



-- 
Joel Goldstick
http://joelgoldstick.com/stats/birthdays



More information about the Python-list mailing list