trape icon indicating copy to clipboard operation
trape copied to clipboard

Getting the below Errorq

Open nakulkundra opened this issue 2 years ago • 2 comments

Getting the following Error when executing "python3 trape.py -h" Traceback (most recent call last): File "D:\Git\trape\trape.py", line 23, in <module> from core.utils import utils # File "D:\Git\trape\core\utils.py", line 21, in <module> import requests, json ModuleNotFoundError: No module named 'requests'

image

when running on Python 3.10.2

nakulkundra avatar Mar 15 '22 12:03 nakulkundra

hmmm i'm not sure, but try to unzip ngrok.zip in the trape folder.

TigerMan1159 avatar Mar 30 '22 07:03 TigerMan1159

@TigerMan1159 No, that's not even close.

@nakulkundra The error clearly tells you what's wrong, you don't have requests installed. So before you start trape, make sure you run pip install -r requirements.txt

That should fix it.

rly0nheart avatar Mar 31 '22 00:03 rly0nheart