-
-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian installer trying to pull python version that does not exist #940
Comments
@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. |
Das Problem oben lag tatsächlich an der cache Datei auf meinem Computer. Ist also kein Problem von Howdy. |
Ok das hatte ich nicht aber du könntest es ja ausschalten und dann installieren
und danach wieder deaktivieren.
|
Bei der installation von Howdy via Code steht es wie folgt:
und dann einfach mit
Kann man schon so machen. Ich würde es nicht unbedingt auf produktiven Servern machen aber das wird es ja vermutlich nicht sein wenn Du howdy verwenden möchtest :-) |
Ich habe rausgefunden das diese Pakete nicht installiert wurden:
und
Nach der installation konnte ich es dann starten:
und den user anlegen:
Was jetzt noch zu lösen gilt ist das howdy über die Bash Completion ausgeführt werden kann. Allgemein scheint mir das dass howdy Debian package nicht für Debian 12 ist. Paketstand ist ja 02.09.2020 also demnach für Debian Buster (10). Ich könnte es zwar neu paketetieren aber dafür müsste es erstmal vollständig wieder laufen :D |
During installation of through the .deb installer file, it tries pull a non existant python version from this url: https://deb.debian.org/debian/pool/main/p/python3.11/python3.11-dev_3.11.2-6_amd64.deb
Full logs:
sudo gdebi '/home/til/Downloads/howdy_2.6.1.deb'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done
Erfordert die Installation folgender Pakete: cmake cmake-data libexpat1-dev libjs-jquery libjs-sphinxdoc libjs-underscore libpam-python libpython3-dev libpython3.11-dev librhash0 python3-dev python3-distutils python3-lib2to3 python3-pip python3-setuptools python3-wheel python3.11-dev
Howdy: Windows Hello style authentication for Linux.
Use your built-in IR emitters and camera in combination with face recognition
to prove who you are.
Wollen Sie das Software-Paket installieren? [j/N]:J
/usr/bin/gdebi:113: FutureWarning: Possible nested set at position 1
c = findall("[(/\S+[])]", msg)[0].lower()
Err http://deb.debian.org/debian bookworm/main amd64 libpython3.11-dev amd64 3.11.2-6
404 Not Found [IP: ]
Err http://deb.debian.org/debian bookworm/main amd64 python3.11-dev amd64 3.11.2-6
404 Not Found [IP: ] ]
Fetched 0 B in 0s (0 B/s)
I've searched for similar issues already, and my issue has not been reported yet.
Linux distribution (if applicable): Debian 12
Howdy version (
sudo howdy version
): 2.6.1The text was updated successfully, but these errors were encountered: