jofpin / jofpin/trape

ImportError: No module named requests

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

Description

F:\*****\Trape\trape>python2 trape.py
Traceback (most recent call last):
File "trape.py", line 23, in
from core.utils import utils #
File "F:\*****\Trape\trape\core\utils.py", line 21, in
import requests, json
ImportError: No module named requests

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Python 2 command shown in the report and inspect the import at core/utils.py:21, which is reached from trape.py:23. Verify how this project declares or installs the requests dependency, then reproduce the command. Done means the application starts without the reported ImportError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
security
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.