Robert Tulke
Robert Tulke
Would be somehow nicer if everything comes from one source and you don't have to load in foreign modules that you don't need otherwise.
This also works for me @reiseradeln thx! Raspbian OS ``` Release date: February 21st 2023 System: 32-bit Kernel version: 5.15 Debian version: 11 (bullseye) ``` ``` root@raspberrypi:~# cat /etc/debian_version 11.6...
@TilDoesCode welche Debian Version? Bei mir unter Debian 12.6 ist die Installation fehlerfrei.
Ich habe aber ein anderes Problem danach wird das Modul cv2 nicht geladen und die bash completion die angelegt wird lädt auch nicht.
Ok das hatte ich nicht aber du könntest es ja ausschalten und dann installieren `python3 -m pip config set global.break-system-packages true` und danach wieder deaktivieren. `python3 -m pip config set...
Bei der installation von Howdy via Code steht es wie folgt: `apt install -y python3 python3-pip python3-setuptools python3-wheel cmake make build-essential libpam0g-dev libinih-dev libevdev-dev python3-dev libopencv-dev` und dann einfach mit...
Ich habe rausgefunden das diese Pakete nicht installiert wurden: `apt install python3-opencv` und `pip3 install dlib --break-system-packages` Nach der installation konnte ich es dann starten: `cd /usr/lib/security/howdy` und den user...