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.009358
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 »

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

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