command: pakku -Sy howdy
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.009943 |
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-gitAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy1AUR, python-numpy-mkl-binAUR)
- 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
JoaoMachado commented on 2018-11-21 03:53 (UTC)
JoaoMachado commented on 2018-11-21 03:52 (UTC)
FIXED, I was using Pamac GUI to install the the Howdy package, so I tried pakku from the CLI and that worked. I did not try to use pamac from the CLI... FYI
JoaoMachado commented on 2018-11-21 03:35 (UTC)
Trying to build in Manjaro I get the following;
==> Starting prepare()... Cloning into 'dlib_clone'... patching file src/pam_python.c Hunk #1 succeeded at 39 (offset 7 lines). Hunk #2 succeeded at 1526 (offset 29 lines). patching file src/pam_python.c Hunk #1 succeeded at 2227 (offset 53 lines). patching file src/Makefile Hunk #1 succeeded at 1 with fuzz 1. sudo: no tty present and no askpass program specified ==> ERROR: A failure occurred in prepare(). Aborting...
boltgolt commented on 2018-10-11 07:12 (UTC)
This is a leftover from the debian build, where some distros like ubuntu 16.04 have broken python-dlib packages and which cause the installation to fail. I don't have an arch instance to test the installation, so feel free to propose changes.
Taijian commented on 2018-10-10 13:58 (UTC)
Is there a reason why you are silently installing dlib inside this PKGBUILD instead of using either dlib or python-dlib-cuda from the AUR as depends? That would IMHO be 'cleaner' and avoid issues with improper config flags for dlib, as those packages handle them on the fly based on cpu flags, instead of using defaults as you do here.
kelleymcches commented on 2018-06-27 11:03 (UTC) (edited on 2018-09-23 05:31 (UTC) by kelleymcches)
As a temporary fix until I have the chance to fix it, you can remove the pip installation of click and pillow in the PKGBUILD. You can also uninstall those packages and reinstall them with the PKGBUILD as Howdy needs the versions listed in the PKGBUILD.
Edit: It shouldn't be an issue anymore with the newest PKGBUILD
huiser commented on 2018-06-27 07:50 (UTC)
Installation fails, conflict with packages python-pillow and python-click. Examples: howdy: /usr/lib/python3.6/site-packages/PIL/version.py exists in filesystem (owned by python-pillow) howdy: /usr/lib/python3.6/site-packages/click/init.py exists in filesystem (owned by python-click)
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.