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
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.009358 |
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
boltgolt commented on 2021-07-29 20:13 (UTC)
noom commented on 2021-07-24 14:47 (UTC)
@ahoneybun_76 they are effectively looking for a maintainer, see https://github.com/boltgolt/howdy#arch-linux
Maybe you should post an issue on Github if you're feeling like taking over? We'd all be very grateful!
ahoneybun_76 commented on 2021-07-23 15:09 (UTC)
I'm checking in as it looks like you need a maintainer?
arkylin commented on 2021-07-19 05:29 (UTC) (edited on 2021-07-19 05:30 (UTC) by arkylin)
python-opencv
is essential
Traceback (most recent call last):
File "/usr/bin/howdy", line 95, in <module>
import cli.add
File "/usr/lib/security/howdy/cli/add.py", line 11, in <module>
from recorders.video_capture import VideoCapture
File "/usr/lib/security/howdy/recorders/video_capture.py", line 6, in <module>
import cv2
devinus commented on 2021-05-17 07:28 (UTC)
I can confirm python-opencv
needs to be added as a dependency.
jiko commented on 2021-04-06 12:53 (UTC)
Raised PR#528 to add the python-opencv
dependency.
GJRodenburg commented on 2021-04-04 21:19 (UTC)
opencv has split of it's python parts since opencv 4.5.2-2, they are now available as python-opencv. This will need to be included as a dependency of Howdy.
depau commented on 2021-02-25 21:11 (UTC)
extra/qt5-base
is missing as a dependency
renyuneyun commented on 2020-12-03 16:35 (UTC)
@teaper I don't feel that's the right way -- howdy already includes the dependency of python-dlib
(AUR) package.
Another possible cause is that python-dlib was built against Python 3.8, while Python in Arch just upgraded to 3.9. Rebuilding and then reinstalling python-dlib will fix this.
(But interestingly, the python 3.9.0-1 package was built on 2020-10-08. I installed my system on 2020-11-10, so I'm pretty certain that python was 3.8 at that point. Probably the package directly moved from testing to extra?)
teaper commented on 2020-12-02 12:58 (UTC)
@noom sudo pip install dlib
and sudo howdy test
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.