uvx plonecli --help
Open
Nobody has claimed this yet.
01 type: bug
- Dominant language
- Python
- Stars
- 20
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
uvx plonecli --help
Built plonecli==2.5
Built case-conversion==2.1.0
Installed 29 packages in 30ms
Traceback (most recent call last):
File "/Users/alin/.cache/uv/archive-v0/462uYLiswk5Bm-QZqXS-b/bin/plonecli", line 6, in <module>
from plonecli.cli import cli
File "/Users/alin/.cache/uv/archive-v0/462uYLiswk5Bm-QZqXS-b/lib/python3.12/site-packages/plonecli/__init__.py", line 4, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
Contributor guide
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
Start with the plonecli entry point and plonecli/init.py, where the traceback shows the pkg_resources import failing. Run uvx plonecli --help to reproduce the error, then verify that the command completes and displays help without the ModuleNotFoundError.
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
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100