Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting the below Errorq #353

Open
nakulkundra opened this issue Mar 15, 2022 · 2 comments
Open

Getting the below Errorq #353

nakulkundra opened this issue Mar 15, 2022 · 2 comments

Comments

@nakulkundra
Copy link

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

@TigerMan1159
Copy link

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

@rly0nheart
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants