I am getting ImportError : no module named \'requests\'.
ImportError : no module named \'requests\'
But I have installed the requests package using the command pip install req
requests
pip install req
I had this error before when I was executing a python3 script, after this:
sudo pip3 install requests
the problem solved, If you are using python3, give a shot.