Traceback error fix ?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.4k
- Forks
- 663
- PR merge metrics
- No merged PRs in 30d
Description
┌──(root㉿sh3rl0ck)-[~]
└─# qark
Traceback (most recent call last):
File "/usr/local/bin/qark", line 33, in
sys.exit(load_entry_point('qark==4.0.0', 'console_scripts', 'qark')())
File "/usr/local/bin/qark", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/local/lib/python3.9/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 790, in exec_module
File "", line 228, in _call_with_frames_removed
File "/usr/local/lib/python3.9/site-packages/qark-4.0.0-py3.9.egg/qark/qark.py", line 9, in
import click
ModuleNotFoundError: No module named 'click'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure by running the qark command and follow the traceback to qark/qark.py line 9, where importing click fails. Inspect how qark 4.0.0 declares or loads its dependencies, then verify that the command starts without ModuleNotFoundError: No module named 'click'.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100