unable to run
- Dominant language
- Python
- Stars
- 3.4k
- Forks
- 663
- PR merge metrics
- No merged PRs in 30d
Description
[root@anonymous:~/Desktop/weapons/apppen/qark/qark]# python qark.py
Traceback (most recent call last):
File "qark.py", line 11, in
from qark.apk_builder import APKBuilder
File "/root/Desktop/weapons/apppen/qark/qark/qark.py", line 11, in
from qark.apk_builder import APKBuilder
ImportError: No module named apk_builder
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported `python qark.py` command and inspect `qark.py` together with the `qark/apk_builder` module path named in the traceback. Determine why `apk_builder` cannot be imported; done means the command gets past this import without the reported ImportError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100