8000 [Bug] Konsave 2.2.0 using Python 3.13.3 fails to run on Fedora 42 with Plasma 6.3.4 · Issue #119 · Prayag2/konsave · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[Bug] Konsave 2.2.0 using Python 3.13.3 fails to run on Fedora 42 with Plasma 6.3.4 #119
Open
@jackemled

Description

@jackemled

Describe the bug
When trying to run any function of Konsave, the same error message/traceback is produced & the command is not executed. For example, when running konsave -h it does not show the manual.

To reproduce

  1. Install Fedora 42 Plasma Edition.
  2. Run pipx install konsave in your shell.
  3. Try any Konsave command, for example konsave -s MyDesktop.

Expected behavior
Konsave should show the help menu when given -h, the profiles list when given -l, or save the current profile when given -s. In my experience it does this fine on other systems, just not Fedora.

Screenshots
Image
pkg_resources doesn't seem to be something I can install.

System information

  • OS or Linux distribution: Fedora 42 Plasma Edition.
  • How did you install Konsave?: pipx install konsave
  • What version of Konsave are you using? Did you try updating?: Konsave 2.2.0. Tried updating but there are no updates.

Additional context
I get a traceback.

Traceback (most recent call last):
  File "/home/jackemled/.local/bin/konsave", line 5, in <module>
    from konsave.__main__ import main
  File "/home/jackemled/.local/share/pipx/venvs/konsave/lib64/python3.13/site-packages/konsave/__init__.py", line 3, in <module>
    from pkg_resources import get_distribution, DistributionNotFound
ModuleNotFoundError: No module named 'pkg_resources'

I'm clueless about anything to do with Python, but if given instructions I can get more information.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0