python-validity icon indicating copy to clipboard operation
python-validity copied to clipboard

ModuleNotFoundError: No module named 'validitysensor'

Open yunniel opened this issue 3 years ago • 1 comments

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'

yunniel avatar Jun 23 '21 15:06 yunniel

Probably being caused by the same as #87.

luciorq avatar Aug 12 '21 14:08 luciorq