Anyone else having issues with howdy and Plasma Screen Locking? It used to work but after some updates (don't know if python, Plasma or howdy), doesn't work any more.
Search Criteria
Package Details: howdy 2.6.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/howdy.git (read-only, click to copy) |
---|---|
Package Base: | howdy |
Description: | Windows Hello for Linux |
Upstream URL: | https://github.com/boltgolt/howdy |
Keywords: | facial-recognition hello howdy ir pam-plugin windows-hello |
Licenses: | MIT |
Submitter: | kelleymcches |
Maintainer: | boltgolt (kageurufu, Raymo111, xuanruiqi, komex, myghi63) |
Last Packager: | komex |
Votes: | 40 |
Popularity: | 0.011942 |
First Submitted: | 2018-06-25 05:25 (UTC) |
Last Updated: | 2021-07-30 08:42 (UTC) |
Dependencies (13)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- opencv (opencv-cuda)
- pam-pythonAUR (pam-python-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-dlibAUR (python-dlib-cudaAUR, python-dlib-cuda-gitAUR, python-dlib-gitAUR)
- python-face_recognitionAUR
- python-face_recognition_modelsAUR
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-opencv (python-opencv-cuda)
- python-pillow
- cmake (cmake-gitAUR) (make)
- pkgfile (pkgfile-gitAUR) (make)
Required by (0)
Sources (4)
- https://github.com/boltgolt/howdy/archive/v2.6.1.tar.gz
- https://github.com/davisking/dlib-models/raw/master/dlib_face_recognition_resnet_model_v1.dat.bz2
- https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2
- https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2
iyanmv commented on 2021-12-21 20:53 (UTC)
renyuneyun commented on 2021-12-17 16:13 (UTC)
In case someone found howdy stopped working after upgrading Python version (e.g. from 3.9 to 3.10 recently): recompile and re-install python-dlib
would solve the issue.
@salvocos Interesting point. python-dlib
is in the dependency, and my installation works without dlib
. Maybe python-dlib
already contains the necessary functionality?
My installation also works without issues with opencv 4.5.4-10 (current version).
salvocos commented on 2021-11-18 06:21 (UTC)
I am exeriencing the same problem as the others.
Could it be the opencv vrsion (I have opencv>4)?
salvocos commented on 2021-11-18 06:19 (UTC)
Thank you for creating the package. It seems that dlib is dependency, which is missing. Do you agree with that?
cwrau commented on 2021-11-08 09:41 (UTC)
Hiya, you seem to be missing a dependency on fmt
?
Without the package I'm getting the following error;
Traceback (most recent call last):
File "/usr/bin/howdy", line 109, in <module>
import cli.test
File "/usr/lib/security/howdy/cli/test.py", line 9, in <module>
import cv2
ImportError: libfmt.so.8: cannot open shared object file: No such file or directory
Frequential commented on 2021-10-29 11:23 (UTC)
pugixml needs to be added as a dependency to prevent the error in the previous comment. Manually install it to workaround the problem for now.
icepie commented on 2021-10-29 03:51 (UTC)
Traceback (most recent call last): File "/lib/security/howdy/compare.py", line 18, in <module> import cv2 ImportError: libpugixml.so.1: cannot open shared object file: No such file or directory
komex commented on 2021-08-12 09:25 (UTC)
@boltgolt, sorry, but you did not answer comments a long time.
boltgolt commented on 2021-07-29 20:13 (UTC)
Interesting to see an orphan request filed here by @komex without emailing me first. If you have to time to update the package here just contact me and I'll add you as co-maintainer. I'm sorry that i don't monitor the AUR comments closely enough, I'm more active in the GitHub repo
Pinned Comments
Raymo111 commented on 2024-07-12 05:45 (UTC) (edited on 2024-07-12 05:46 (UTC) by Raymo111)
For anyone getting "RuntimeError: Unsupported image type, must be 8bit gray or RGB image",
downgrade python-numpy
to 1.26.4-2 and all will be okay... for now. See https://github.com/boltgolt/howdy/issues/937 for further discussion.