I know there are many posts on this, and I've tried using the solutions provided, but to no avail. I tried pip install requests
and pip install requests --upgrade
:
pip install requests --upgrade
You are using pip version 7.1.0, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Requirement already up-to-date: requests in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
I then tried running pip install --upgrade pip
, yet when I run my file I still get
Import Error: No module named requests
I am able to use requests in PyCharm, so I don't know what's causing this. Can someone please help?
reqeusts
; you transposed theu
ande
(well spotted Baart).import sys; sys.executable
tell you you are using?