I am currently having trouble using requests. I use the import requests command yet I get the import error that says no module named 'requests'
.
To install it I first installed SetupTools, then pip and finally used the pip install requests
command. This didn't work so I ended up uninstalling and reinstalling (with pip3
and pip3.5
commands) yet it still doesn't work.
I am using python 3.5 which is installed directly to my c:\
drive.
Thank you in advance.
I resolved this issue by just reinstalling
requests
to thec:
drive (which didn't fully solve it) and then just moving therequests
folder toc:\Lib
which now works fine and allows me to import it properly.