Stitch icon indicating copy to clipboard operation
Stitch copied to clipboard

Payload does not install (host machine)

Open exist opened this issue 8 years ago • 1 comments

Generates error: Traceback (most recent call last): File "st_main.py", line 1, in <module> File "zipextimporter.pyc", line 82, in load_module File "requirements.pyc", line 15, in <module> ImportError: No module named requests Its a VM.

exist avatar Nov 28 '17 00:11 exist

You need to download the module 'requests' by opening the terminal or cmd and typing 'pip install requests'. If it doesn't work then you need to find it on the internet and download it.

DeliriousGod avatar Jan 03 '19 17:01 DeliriousGod