jofpin / jofpin/trape

import requests, json ImportError: No module named requests

Open
#299 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
9k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

python trape.py -h
Traceback (most recent call last):
File "trape.py", line 23, in
from core.utils import utils #
File "/home/kali/trape/core/utils.py", line 21, in
import requests, json
ImportError: No module named requests

How to fix?

![изображение](https://user-images.githubusercontent.com/62507999/109393522-403a9f80-78f0-11eb-800b-24e3c4215ed1.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing `python trape.py -h` and inspect `trape.py` and `core/utils.py`, especially the `requests, json` import. Check how this project declares or installs its Python dependencies; done means the command runs without the reported ImportError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.