Package Details: howdy 2.6.1-2

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)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

yw662 commented on 2020-07-13 08:41 (UTC)

https://github.com/boltgolt/howdy/issues/384

Please add qt5-base to dependency list.

archerdm commented on 2020-06-13 13:59 (UTC)

The KDE screenlocker (not sure about others) attempts to run howdy as a user, not root. I had to remove the "chmod 600" line from the PKGBUILD to make it to work. Not sure how big a security difference this really is, but not something I'm worried about on a home computer.

Elektro commented on 2019-11-17 10:47 (UTC) (edited on 2019-11-17 10:49 (UTC) by Elektro)

Fresh install selecting python-dlib instead python-dlib-cuda

Traceback (most recent call last): File "/usr/bin/howdy", line 101, in <module> import cli.test File "/usr/lib/security/howdy/cli/test.py", line 9, in <module> import dlib ModuleNotFoundError: No module named 'dlib'

Raymo111 commented on 2019-11-15 22:38 (UTC) (edited on 2019-11-15 22:59 (UTC) by Raymo111)

I'm getting update errors:

error: failed to commit transaction (conflicting files)
howdy: /usr/lib/security/howdy/dlib-data/dlib_face_recognition_resnet_model_v1.dat exists in filesystem
howdy: /usr/lib/security/howdy/dlib-data/mmod_human_face_detector.dat exists in filesystem
howdy: /usr/lib/security/howdy/dlib-data/shape_predictor_5_face_landmarks.dat exists in filesystem
Errors occurred, no packages were upgraded.

Fixed by changing each cp to cp -f.

Elektro commented on 2019-10-22 20:25 (UTC)

I tried to install the current version and it gave me error. I also tried to install the PGKBUILD from j1simon link and it makes me again an error.

Don't know what to do.

j1simon commented on 2019-07-28 11:20 (UTC) (edited on 2019-07-28 11:24 (UTC) by j1simon)

I don't understand what's going on with this package. The maintainer is the author of the program and has updated the PKGBUILD in his github (https://github.com/boltgolt/howdy/tree/master/archlinux) but not here. ??

yochananmarqos commented on 2019-07-16 17:55 (UTC) (edited on 2019-07-16 18:59 (UTC) by yochananmarqos)

Why is this downloading an old version of pam-python from Sourceforge, cloning dlib from git and using Pip to install facial_recognition? Why not use python-pam from the community repo & python-face_recognition (depends on python-dlib) from the AUR?

stinobook commented on 2019-06-18 13:38 (UTC)

i edited the pkgbuild to the updated version, since i dont know a lot about pkgbuilds i hope everything is fine.

works for me!

https://github.com/stinobook/howdy/commit/9c7977e3d8fe2ff0c253e6b4f58eca15150fb71e

jgierer12 commented on 2019-04-05 12:06 (UTC)

Same issue as @jaysee; I've also been able to fix it by removing --yes USE_AVX_INSTRUCTIONS.