Closed giackperetti closed 6 months ago
importlib.metadata.PackageNotFoundError: No package metadata was found for volctl
The exception tells you what the issue is: The volctl package was not found on your system.
How did you install volctl? Using AUR? There seems to be an issue with your Python setup.
With a regular install volctl should be at /usr/lib/python3.11/site-packages/volctl
. Maybe you're trying to start volctl within some isolated Python environment or something?
Arch switched to python 3.12. Did you rebuild the volctl package @giack-dev ? Looks like python 3.12 at work on a python3.11 module
I didn't think about that.
I rebuilt the volctl
package and it resulted in another error that i solved by rebuilding the python-pulsectl
package(a dependency for the volctl
package).
Thanks for the help! :)
You're welcome.
Easy to forget when there is big python update :D Had my fair share with that in the past :D
I hope they will include a hook like for the perl
package which warns about modules in the wrong place. For the time being one needs to take a look at /usr/lib/python3.11/site-packages
to see what needs a rebuild.
Problem
When I try to launch
volctl
from the CLI as i usually do i get an error related to Exception Handling.Current Setup
OS: Arch Linux AUR Package: volctl 0.9.4-1 Audio Server: PulseAudio
Error Message