plone / plone/plonecli

uvx plonecli --help

Open
#92 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.