Installed Solaar-1.1.9, hte gui will not start.
by camorri from LinuxQuestions.org on (#6E9FN)
This is on 15, not current. I get the following output when I start solaar, as a regular user.
Code:solaar
solaar: error: Traceback (most recent call last):
File "/usr/lib64/python3.9/site-packages/solaar/gtk.py", line 165, in main
import solaar.listener as listener
File "/usr/lib64/python3.9/site-packages/solaar/listener.py", line 34, in <module>
from logitech_receiver import notifications as _notifications
File "/usr/lib64/python3.9/site-packages/logitech_receiver/notifications.py", line 27, in <module>
from . import diversion as _diversion
File "/usr/lib64/python3.9/site-packages/logitech_receiver/diversion.py", line 33, in <module>
import psutil
File "/usr/lib64/python3.9/site-packages/psutil/__init__.py", line 102, in <module>
from . import _pslinux as _psplatform
File "/usr/lib64/python3.9/site-packages/psutil/_pslinux.py", line 87, in <module>
PAGESIZE = cext_posix.getpagesize()
AttributeError: module 'psutil._psutil_posix' has no attribute 'getpagesize'I can run the program command line though.
During the install, I created a sqf file for solaar, this was yesterday while, unknown to me downloading things from the git hub were problematic.
After the sqf install ended, some packages were missing. I went through the dependencies, and manually downloaded and built the missing pieces.
I have checked and verified I have all the dependencies installed.
I did some searching on the 'getpagesize' error. I have not found a fix for this error.
I would add I am not all that familiar with Python, or writing programs.
Here is the contents of Solaar.sqf.
Code:cat /var/lib/sbopkg/queues/Solaar.sqf
python3-flit_core
python3-installer
python3-wheel
python3-pyproject-hooks
python3-build
python3-psutil
python3-xlib
pyudev
python-evdev
SolaarCould the fact that the orginal run did not complete, the order of the installed packages is causing the problem?
Any other thoughts on a fix?
Code:solaar
solaar: error: Traceback (most recent call last):
File "/usr/lib64/python3.9/site-packages/solaar/gtk.py", line 165, in main
import solaar.listener as listener
File "/usr/lib64/python3.9/site-packages/solaar/listener.py", line 34, in <module>
from logitech_receiver import notifications as _notifications
File "/usr/lib64/python3.9/site-packages/logitech_receiver/notifications.py", line 27, in <module>
from . import diversion as _diversion
File "/usr/lib64/python3.9/site-packages/logitech_receiver/diversion.py", line 33, in <module>
import psutil
File "/usr/lib64/python3.9/site-packages/psutil/__init__.py", line 102, in <module>
from . import _pslinux as _psplatform
File "/usr/lib64/python3.9/site-packages/psutil/_pslinux.py", line 87, in <module>
PAGESIZE = cext_posix.getpagesize()
AttributeError: module 'psutil._psutil_posix' has no attribute 'getpagesize'I can run the program command line though.
During the install, I created a sqf file for solaar, this was yesterday while, unknown to me downloading things from the git hub were problematic.
After the sqf install ended, some packages were missing. I went through the dependencies, and manually downloaded and built the missing pieces.
I have checked and verified I have all the dependencies installed.
I did some searching on the 'getpagesize' error. I have not found a fix for this error.
I would add I am not all that familiar with Python, or writing programs.
Here is the contents of Solaar.sqf.
Code:cat /var/lib/sbopkg/queues/Solaar.sqf
python3-flit_core
python3-installer
python3-wheel
python3-pyproject-hooks
python3-build
python3-psutil
python3-xlib
pyudev
python-evdev
SolaarCould the fact that the orginal run did not complete, the order of the installed packages is causing the problem?
Any other thoughts on a fix?