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: 39
Popularity: 0.022826
First Submitted: 2018-06-25 05:25 (UTC)
Last Updated: 2021-07-30 08:42 (UTC)

Latest Comments

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

cwrau commented on 2021-11-08 09:41 (UTC)

Hiya, you seem to be missing a dependency on fmt?

Without the package I'm getting the following error;

Traceback (most recent call last):
  File "/usr/bin/howdy", line 109, in <module>
    import cli.test
  File "/usr/lib/security/howdy/cli/test.py", line 9, in <module>
    import cv2
ImportError: libfmt.so.8: cannot open shared object file: No such file or directory

Frequential commented on 2021-10-29 11:23 (UTC)

pugixml needs to be added as a dependency to prevent the error in the previous comment. Manually install it to workaround the problem for now.

icepie commented on 2021-10-29 03:51 (UTC)

Traceback (most recent call last): File "/lib/security/howdy/compare.py", line 18, in <module> import cv2 ImportError: libpugixml.so.1: cannot open shared object file: No such file or directory

komex commented on 2021-08-12 09:25 (UTC)

@boltgolt, sorry, but you did not answer comments a long time.

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.