Getting this error when trying to run a Python script. I have downloaded a requests-1.2.0 folder but I have no idea what to do with it. I\'ve tried running the setup.py file con
from the root directory of the requests folder you downloaded, run:
$ python setup.py install
then it will be installed system-wide, and your scripts may use "import requests"