Не does not find the command Ubuntu 24.04
After installing Howdy 2.6.1 on Ubuntu 24.04, when you enter the command "sudo howdy add" to add a face model, it shows that the command was not found. Please help me solve the problem.
I've searched for similar issues already, and my issue has not been reported yet.
Linux distribution (Ubuntu 24.04):
Howdy version (2.6.1):
What does /etc/security/howdy look like? What does whereis howdy return? How did you intall howdy?
I have the same issue.
bestcodes@ubuntu:~$ sudo howdy add
sudo: howdy: command not found
bestcodes@ubuntu:~$ whereis howdy
howdy: /usr/share/man/man1/howdy.1.gz
bestcodes@ubuntu:~$ ls /etc/security/howdy
ls: cannot access '/etc/security/howdy': No such file or directory
EDIT: Installing with the method described here fixed everything: https://github.com/boltgolt/howdy/issues/954#issuecomment-2450128782
imo this needs to be fixed soon because there are lots of people with the same issue (incl. me) who don't want to mess with their system's python installation (also incl. me) so in the upcoming v3 release it would be great if @boltgolt could do something about this
i would use this implementation: #976