pythonpippython-requestsqpython3

QPython cannot install requests module


Trying to install the requests module on QPython 3 using pip install requests gives me this error

Error pip.log

What is the cause of this error and how can it be resolved?


Solution

  • 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.