Hi there
basically the title, trying to compile this app for Fedora 41 after an upgrade.
The author mentioned the following dependencies need to be installed:
- appdirs
- dbus-python
- evdev
- Pillow
- PyGObject
- pyusb
I ran using sudo and noted the warning about NOT doing this as it would cause conflicts with system packages, so stupidly ran the following command to correct:
sudo python -m pip uninstall appdirs dbus-python evdev Pillow PyGObject pyusb
I then received some warnings about not being able to uninstall system level dependencies (and I accidentally closed my console window so can’t get that specific error).
Now when I try to install dbus-python (with sudo or not) I get the following error
../subprojects/dbus-gmain/meson.build:107:11: ERROR: Dependency "dbus-1" not found, tried pkgconfig
So a bit of a calamity of errors really.
So key questions:
- Did I break something important with the sudo uninstall?
- If so how do I correct what I did in #1
- Lastly, how do I get dbus-python installed?
TIA for any suggestions.