Tracback
- Dominant language
- Python
- Stars
- 9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Traceback (most recent call last):
File "trape.py", line 23, in
from core.utils import utils #
File "/root/Desktop/trape/core/utils.py", line 21, in
import requests, json
ImportError: No module named requests
root@kali:~/Desktop/trape# python2 trape.py -h
Traceback (most recent call last):
File "trape.py", line 23, in
from core.utils import utils #
File "/root/Desktop/trape/core/utils.py", line 21, in
import requests, json
ImportError: No module named request
what to do
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the command shown in trape.py with `python2 trape.py -h`, then inspect the import in core/utils.py. Confirm how this project declares or documents its Python dependencies; done means the command starts without the reported requests import error.
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
- Needs clarification
- Newbie friendliness
- 25/100