python-validity
python-validity copied to clipboard
ModuleNotFoundError: No module named 'validitysensor'
After fprintd-enroll
returns with list_devices failed
and systemctl status python3-validity
complains about errors on startup, I used the command below for factory reset
sudo python3 /usr/share/python-validity/playground/factory-reset.py
and the following error comes up
File "/usr/share/python-validity/playground/factory-reset.py", line 1, in <module> from validitysensor.sensor import factory_reset, RebootException ModuleNotFoundError: No module named 'validitysensor'
Probably being caused by the same as #87.