Open
Description
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
- Install Fedora 42 Plasma Edition.
- Run
pipx install konsave
in your shell. - 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
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.