ImportError: No module named requests
Open
- 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