Skip to content
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

when logging in on the lock screen or tty terminal interface : nknown error occurred #893

Open
smartfrogdd opened this issue Feb 24, 2024 · 1 comment

Comments

@smartfrogdd
Copy link

smartfrogdd commented Feb 24, 2024

howdy version:Howdy 3.0.0 BETA
Linux distribution:debian 12.4 bookworm
de: gnome 43.9
dm:gdm

After entering the graphical interface, Howdy works fine, but when I lock the screen or log out and log back in, the camera flashes briefly and then shows an error.

I tried logging in using the tty interface and encountered the same error, along with an error code.

 login:
 Traceback (most recent call last):
    File "/lib/security/howdy/compare.py",line 262, in <module>
        hist_total = np.sum(hist)
 AttributeError: module 'numpy' has no attribute 'sum'
 Password:
 nknown error:

I have confirmed that the numpy module is installed, and executing "python3 /lib/security/howdy/compare.py" did not result in any errors.


I've searched for similar issues already, and my issue has not been reported yet.

Linux distribution (if applicable):

Howdy version (sudo howdy version):

@smartfrogdd
Copy link
Author

smartfrogdd commented Feb 24, 2024

I seem to have found the reason.
Reinstalling the numpy module is solved.

sudo apt reinstall python3-numpy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant