howdy icon indicating copy to clipboard operation
howdy copied to clipboard

Facial Recognition Not Working on Ubuntu 25.04

Open TheAlex25 opened this issue 1 year ago • 9 comments

Issue Description Facial recognition login was working perfectly on Ubuntu 24.10 with Howdy. After upgrading to Ubuntu 25.04, facial recognition no longer works. Upon attempting to login, the error "unknown error" is displayed on the login screen. Also, it would be nice if Howdy came with a GUI for setup and install. I am a young man, and did not grow up in the CLI era.

Steps to Reproduce

Install Howdy on Ubuntu 25.04.
Configure facial recognition for login.
Attempt to login using facial recognition.

Expected Behavior Facial recognition should work seamlessly, allowing login without issues.

Actual Behavior An "unknown error" is displayed on the login screen, preventing successful login via facial recognition.


I've searched for similar issues already, and my issue has not been reported yet.

Linux distribution (if applicable): Ubuntu 25.04

Howdy version (sudo howdy version): 3.0.0 BETA

TheAlex25 avatar Apr 20 '25 23:04 TheAlex25

The problem is with the DLib library, it not reconized installed the CMake...

alvarolinarescabre avatar Jun 05 '25 07:06 alvarolinarescabre

The problem is with the DLib library, it not reconized installed the CMake...

So, how can I fix this on my end? This stuff is all Greek to me. I am just a guy who has migrated from Windows to Ubuntu, and am a GUI dude, so these libraries I am not familiar with.

TheAlex25 avatar Jul 31 '25 20:07 TheAlex25

Yo, any solutions to this?

TheAlex25 avatar Sep 06 '25 23:09 TheAlex25

yo, any solution to this? @TheAlex25

Kimsec avatar Oct 01 '25 14:10 Kimsec

+1

hc98 avatar Oct 17 '25 02:10 hc98

Ubuntu 25.10 + Howdy 3.0.0 BETA = ok

hc98 avatar Oct 17 '25 06:10 hc98

Ubuntu 25.10 + Howdy 3.0.0 BETA = ok

how did you install dlib on your machine, i have installed howdy 3.0.0 as you mentioned but i am having issues related to dlib now @hc98

LegitCoconut avatar Nov 06 '25 10:11 LegitCoconut

I installed Howdy on Ubuntu 25.04 and it worked fine. When I upgraded to 25.10 I now get the following. It seems similar.

[/home/mark] $ sudo howdy test Traceback (most recent call last): File "/usr/local/bin/howdy", line 111, in import cli.test File "/lib/security/howdy/cli/test.py", line 8, in import dlib File "/usr/local/lib/python3.13/dist-packages/dlib/init.py", line 19, in from _dlib_pybind11 import * ImportError: libcblas.so.3: cannot open shared object file: No such file or directory

ColoradoMark avatar Nov 08 '25 14:11 ColoradoMark

How does one install DLIB? This is the error I get in the command line.

user-name@user-name-Yoga-Pro-9-16IMH9:~/Downloads$ sudo howdy test Traceback (most recent call last): File "/usr/lib/howdy/cli.py", line 119, in import cli.test File "/usr/lib/howdy/cli/test.py", line 10, in import dlib File "/usr/lib/python3/dist-packages/dlib/init.py", line 19, in from _dlib_pybind11 import * ModuleNotFoundError: No module named '_dlib_pybind11' user-name@user-name-Yoga-Pro-9-16IMH9:~/Downloads$

TheAlex25 avatar Nov 09 '25 16:11 TheAlex25