-
-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Big Python Update today - "No dlib" #978
Comments
If you are an Arch user with yay: yay -S --rebuildtree howdy-beta-git |
At least with me that didn't work.
|
No sadly. I run all the updates. Howdy returns the above error. My install of yay won't accept the argument --rebuildtree.
So Howdy works but with an error, there is a problem somewhere. |
I confirm that there is an exception arise, but the howdy works. |
In my case howdy doesn't work, it simply exits after the error/let's the next available unlock method take over I seem to have a different error. Opening a new issue |
Both the ideas above fix the dlib Python errors but an error still exists, The ignore error appears but Howdy works OK.
|
The error text contains information that the exception was ignored, so it should not break the script. But it is very annoying to see it every time, but I can not find the error location in the source files where is the developer? it seems like he abandoned the project. May be there are any fresh fork? |
Rebuilding python-dlib fixed the issue for me |
Arch / Manjaro / Mabox recently bumped up their system python version, which broke many things, including old builds of howdy. Solution is to |
Just an idea, the developer of Howdy seems to be not maintaining it anymore. But another Distro, Deepin Linux, comes pre-built with facial recognition, maybe someone could take a look at Deepin and see how the facial recognition works and separate it out into a stand-alone app? |
My Howdy was working perfectly until a large update last night. Lots of Python programs and Camera type updates.
Now when I try and use Howdy i get the error :-
Traceback (most recent call last):
File "/lib/security/howdy/compare.py", line 18, in
import dlib
ModuleNotFoundError: No module named 'dlib'
Exact same error as 18 Months ago which was fixed by a further update.
Restoring a Snapshot solves the issue until the next update is run
I've searched for similar issues already, and my issue has not been reported yet. Yes
Linux distribution = Garuda Linux based on Arch with KDE Desktop Kernel 6.6.63-1-cachyos-lts
Howdy version (sudo howdy version): Howdy 3.0.0 BETA
Thanks for any help in advance.
The text was updated successfully, but these errors were encountered: