-
-
Notifications
You must be signed in to change notification settings - Fork 310
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 12 and externally-managed-environment error message #807
Comments
I had a similar issue with Kubuntu 23.04 (latest non-LTS at the moment)
just trying again actually it passed
but It does not provide a
|
The link to the executable was missing on my kubuntu install as well. Solution: Credits to mathieujobin and #771 (comment) |
Same issue here. I manage to install Howdy and create the link to de exec file, but no hodwy command can be execute. The problem seen to be the cli module, but I can´t fix it. Here the issue I'm facing: user@computer:/lib/security/howdy$ sudo howdy -U user test The same error I receive with any other Howdy command. I was using Howdy with no issues in Debian 11. Since I upgrade to Debian 12 it stopped working. Debian Version: 12.0 Thank you in advance! |
Same here on Ubuntu 23.04: Anybody found a solution yet? |
Using Debian 12 recently switches so everything is new and stock. |
I managed to install it somehow this weekend by installing libjpeg62-turbo-12.1.5-2 and python3-dlib-19.24.2-1 debs manually downloaded from somewhere on the net... |
I hope the team could roll out an update soon to incorporate |
Same issue here, debian 12, howdy 2.6.1 someone found a solution? |
facing same issue |
The same issue is still present. |
Hi,
I was using Howdy with Debian 11 with happiness..
Since I upgrade to Debian 12, howdy has been disabled
I can no more remove or reinstall howdy
Even trying to disable security
sudo PIP_BREAK_SYSTEM_PACKAGE=1 apt remove --purge howdy
Après cette opération, 166 ko d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
(Lecture de la base de données... 248123 fichiers et répertoires déjà installés.)
Suppression de howdy (2.6.1) ...
Can't remove executable
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
Traitement des actions différées (« triggers ») pour man-db (2.11.2-2) ...
In case of install again:
sudo PIP_BREAK_SYSTEM_PACKAGE=1 gdebi Téléchargements/howdy_2.6.1.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done
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.
Voulez-vous installer le paquet logiciel ? [o/N] :o
/usr/bin/gdebi:113: FutureWarning: Possible nested set at position 1
c = findall("[(/\S+[])]", msg)[0].lower()
Sélection du paquet howdy précédemment désélectionné.
(Lecture de la base de données... 248088 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../howdy_2.6.1.deb ...
WARNING: Could not automatically find the right webcam, manual configuration after installation required
Starting certainty auto config...
After detection, Howdy knows how certain it is that the match is correct.
How certain Howdy needs to be before authenticating you can be customized.
F: Fast.
Allows more fuzzy matches, but speeds up the scanning process greatly.
B: Balanced.
Still relatively quick detection, but might not log you in when further away.
S: Secure.
The safest option, but will take much longer to authenticate you.
You can always change this setting in the config.
What profile would you like to use? [f/b/s]: b
Dépaquetage de howdy (2.6.1) ...
Paramétrage de howdy (2.6.1) ...
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
I've searched for similar issues already, and my issue has not been reported yet.
Linux distribution (if applicable): Deban 12
Howdy version (
sudo howdy version
): was 2.6.1The text was updated successfully, but these errors were encountered: