FS#69824 - [solaar] Missing dependency on python-psutil
Attached to Project:
Community Packages
Opened by Oleksandr Natalenko (post-factum) - Sunday, 28 February 2021, 13:52 GMT
Last edited by David Runge (dvzrv) - Sunday, 28 February 2021, 14:29 GMT
Opened by Oleksandr Natalenko (post-factum) - Sunday, 28 February 2021, 13:52 GMT
Last edited by David Runge (dvzrv) - Sunday, 28 February 2021, 14:29 GMT
|
Details
Unless python-psutil is installed, the following error is
printed on start:
``` [~]> solaar solaar: error: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/solaar/gtk.py", line 159, in main import solaar.ui as ui File "/usr/lib/python3.9/site-packages/solaar/ui/__init__.py", line 96, in <module> from . import notify, tray, window # isort:skip # noqa: E402 File "/usr/lib/python3.9/site-packages/solaar/ui/tray.py", line 37, in <module> from .window import popup as _window_popup File "/usr/lib/python3.9/site-packages/solaar/ui/window.py", line 40, in <module> from .diversion_rules import show_window as _show_diversion_window File "/usr/lib/python3.9/site-packages/solaar/ui/diversion_rules.py", line 28, in <module> from logitech_receiver import diversion as _DIV File "/usr/lib/python3.9/site-packages/logitech_receiver/diversion.py", line 28, in <module> import psutil ModuleNotFoundError: No module named 'psutil' ``` |
This task depends upon
Closed by David Runge (dvzrv)
Sunday, 28 February 2021, 14:29 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed with solaar 1.0.5-2
Sunday, 28 February 2021, 14:29 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed with solaar 1.0.5-2
python-psutil requirement is documented here: https://pwr-solaar.github.io/Solaar/installation
Will add it in a pkgrel bump.