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

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.

jaysee commented on 2019-03-16 14:42 (UTC)

Failing to build both in and outside of a chroot.

==> Starting package()...
Collecting face_recognition
  Downloading https://files.pythonhosted.org/packages/3f/ed/ad9a28042f373d4633fc8b49109b623597d6f193d3bbbef7780a5ee8eef2/face_recognition-1.2.3-py2.py3-none-any.whl
Installing collected packages: face-recognition
  The scripts face_detection and face_recognition are installed in '/build/howdy/pkg/howdy/usr/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed face-recognition-1.2.3
The --yes options to dlib's setup.py don't do anything since all these options
are on by default.  So --yes has been removed.  Do not give it to setup.py.
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Build failed, check /home/build/aur-builder/chroot/590961/build/build
Error executing command: makechrootpkg -c -r /home/build/aur-builder/chroot/590961

Removing '--yes USE_AVX_INSTRUCTIONS' from dlib_clone lets the build finish.

vitorrossi commented on 2019-02-04 16:04 (UTC)

@joeknock instructions for 2.5.0 worked flawlessly. Please update PKGBUILD

joeknock commented on 2019-01-08 19:11 (UTC) (edited on 2019-01-08 19:12 (UTC) by joeknock)

@MrKMG

Edit the package build as follows

line 4: pkgver=2.5.0

change the howdy source to <https://github.com/boltgolt/howdy/archive/v2.5.0.tar.gz>

change the first sha256sum to "a42c278f05866a6a616e8f5dd8349e35769063a229c236e680e566c5a6580334"

change line 78 FROM: cd howdy-2.3.1

TO cd howdy-$pkgver

Please update the PKGBUILD

MrKMG commented on 2019-01-07 18:16 (UTC)

Anyone have a PKGBUILD for v2.5.0?

boltgolt commented on 2019-01-02 22:38 (UTC)

@andrej take a look at issue 70: https://github.com/boltgolt/howdy/issues/70