Came here from howdy install errors. Had to build and install python-dlib
manually. Do yay -G python-dlib
and edit PKGBUILD
.
Then set _build_cpu
to 1 and _build_cuda
to 0 (unless you have an nvidia gpu then set to 1). Also edit options to options=(... !lto)
. Then compile with makepkg -si
.
Hope this helps anyone.
Pinned Comments
petronny commented on 2024-03-30 13:11 (UTC) (edited on 2024-03-30 13:13 (UTC) by petronny)
Set
_build_cpu
and_build_cuda
to 1 and 0 to build or not build the CPU or CUDA version.If
options=(!lto)
has no effect, please check if it's still enabled in/etc/makepkg.conf
.petronny commented on 2023-11-28 04:57 (UTC)
Prebuilt binaries of this package can be found in arch4edu.