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: | 41 |
Popularity: | 1.13 |
First Submitted: | 2018-06-25 05:25 (UTC) |
Last Updated: | 2021-07-30 08:42 (UTC) |
Dependencies (13)
- hdf5 (hdf5-gitAUR, hdf5-1.12AUR, hdf5-openmpi)
- opencv (opencv-cuda)
- pam-pythonAUR (pam-python-gitAUR)
- python (python32AUR, python37AUR, python310AUR)
- python-click
- python-dlibAUR (python-dlib-cudaAUR)
- python-face_recognitionAUR
- python-face_recognition_modelsAUR
- python-numpy (python-numpy1.22AUR, python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-openblasAUR, python-numpy-mklAUR, python-numpy-gitAUR)
- python-opencv
- python-pillow (python-pillow-gitAUR, python-pillow-simdAUR)
- 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
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
postblue commented on 2023-05-08 18:07 (UTC)
I cannot make pam invoke howdy as it did since the python 3.11 rebuild. Is anyone facing the same problem?
wszqkzqk commented on 2023-03-03 00:39 (UTC)
The bug of opencv is fixed now.
m0x commented on 2023-03-01 15:40 (UTC)
I am having the same issue as @Integral. Confirming that @husixu's fix worked for me. For those wondering, I downgraded vtk to 9.1.0 by running the following:
Integral commented on 2023-03-01 00:05 (UTC)
@husixu It works. Thank you :)
husixu commented on 2023-02-28 22:05 (UTC)
@Integral Seems like an opencv -> vtk dependency issue. I've downgraded vtk to 9.1.0 and that solves the issue for now.
Integral commented on 2023-02-28 14:26 (UTC) (edited on 2023-02-28 14:26 (UTC) by Integral)
I CANNOT use howdy now
Error infomation: ImportError: /usr/lib/libopencv_viz.so.407: undefined symbol: _ZN12vtkAlgorithm8RegisterEP13vtkObjectBase
hackslashX commented on 2023-01-10 20:19 (UTC) (edited on 2023-01-10 20:19 (UTC) by hackslashX)
Export this environment variable OPENCV_LOG_LEVEL=OFF to disable all OpenCV warnings.
mika.cousin commented on 2022-10-03 11:36 (UTC) (edited on 2022-10-03 11:36 (UTC) by mika.cousin)
@postblue Same warnings here. But as it works, I didn't look any further :-)
postblue commented on 2022-09-29 08:40 (UTC) (edited on 2022-09-29 08:43 (UTC) by postblue)
As part of a possible solution to make howdy work with
python3
and deletepython2
once and for all, I followed the links @imahaja suggested and wrote the PKGBUILD for the aforementioned fork pam-python-git. It's a fork not an upstream development, but since upstream's last push was on 2020-11-10 I think I safely assumed that castLabs's fork should work better in our situation.If someone want to use @mika.cousin's patch, it's possible to edit the PKGBUILD directly and let
makepkg
handle it by itself by adding a patch file (herepy3.patch
):With the same content as @mika.cousin's:
With that all seems to work fine but now I have 3 lines of warnings each time I'm using the IR camera for authentication:
As anyone got the same and was able to fix this? I might be interested!
mika.cousin commented on 2022-09-26 18:46 (UTC) (edited on 2022-09-26 18:50 (UTC) by mika.cousin)
@iyanmv I was able to use howdy without python2:
Install pam-python-git which uses python3,
After, patch /lib/security/howdy/pam.py with
/etc/pam.d/
to usepam_python3.so
rather thanpam_python.so
1 2 3 4 5 6 .. 8 Next › Last »