Trying to install the requests module on QPython 3 using pip install requests
gives me this error
What is the cause of this error and how can it be resolved?
You should try manually downloading requests(http://www.python-requests.org/en/latest/user/install/#install), extract the contents and copy it to your Lib/site-packages/Requests/ folder, from there python should be able to fetch the module.