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

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

msa81 commented on 2024-02-20 23:13 (UTC)

@miral - Cuda needs to be built using GCC12, but everything else has been built using GCC13, which is why LTO keeps bringing up the issue for the python-dlib. There are repositories that have that package prebuilt, of which I tried blackarch and arch4edu repositories. The simplest solution would be to search for "BlackArch Strap Script".

mirai commented on 2024-02-17 12:50 (UTC)

When trying to build it errors out with:


==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: python-dlib-exit status 4
==> Making package: python-face_recognition 1.3.0-1 (sob, 17 lut 2024, 12:24:01)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> python-dlib
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
 -> error making: python-face_recognition-exit status 8
==> Making package: howdy 2.6.1-2 (sob, 17 lut 2024, 12:24:02)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> python-dlib
  -> python-face_recognition
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
 -> error making: howdy-exit status 8
 -> Failed to install the following packages. Manual intervention is required:
howdy - exit status 8
python-dlib - exit status 4
python-face_recognition - exit status 8

So I tried installing the dependencies separately - via yay, paru and manually - but to no avail:


==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: python-dlib-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
python-dlib - exit status 4

Running G14 GA402RJ, full AMD build, maybe something cuda related, but I'm not certain. Pardon for the inexperience, still very new to the game.

postblue commented on 2023-05-08 18:07 (UTC)

I cannot make pam invoke howdy as it did since the python 3.11 rebuild. Is anyone facing the same problem?

wszqkzqk commented on 2023-03-03 00:39 (UTC)

The bug of opencv is fixed now.

m0x commented on 2023-03-01 15:40 (UTC)

I am having the same issue as @Integral. Confirming that @husixu's fix worked for me. For those wondering, I downgraded vtk to 9.1.0 by running the following:

pacman -U /var/cache/pacman/pkg/vtk-9.1.0-26-x86_64.pkg.tar.zst

Integral commented on 2023-03-01 00:05 (UTC)

@husixu It works. Thank you :)

husixu commented on 2023-02-28 22:05 (UTC)

@Integral Seems like an opencv -> vtk dependency issue. I've downgraded vtk to 9.1.0 and that solves the issue for now.

Integral commented on 2023-02-28 14:26 (UTC) (edited on 2023-02-28 14:26 (UTC) by Integral)

I CANNOT use howdy now

Error infomation: ImportError: /usr/lib/libopencv_viz.so.407: undefined symbol: _ZN12vtkAlgorithm8RegisterEP13vtkObjectBase

hackslashX commented on 2023-01-10 20:19 (UTC) (edited on 2023-01-10 20:19 (UTC) by hackslashX)

Export this environment variable OPENCV_LOG_LEVEL=OFF to disable all OpenCV warnings.

mika.cousin commented on 2022-10-03 11:36 (UTC) (edited on 2022-10-03 11:36 (UTC) by mika.cousin)

@postblue Same warnings here. But as it works, I didn't look any further :-)