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