You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the issue in as much detail as possible, including any errors and traces. If your issue is a camera issue, be sure to also post the image generated by running sudo howdy snapshot.
Hello everyone,
I've given up and am raising an issue ticket.
I've installed Howdy, configured it, but can't manage to get it to work. Whenever I run any command with sudo, I get following error:
Traceback (most recent call last):
File "/usr/lib64/security/howdy/compare.py", line 20, in <module>
import snapshot
File "/usr/lib64/security/howdy/snapshot.py", line 6, in <module>
import numpy as np
File "/usr/lib64/python3.11/site-packages/numpy/__init__.py", line 114, in <module>
from numpy.__config__ import show_config
File "/usr/lib64/python3.11/site-packages/numpy/__config__.py", line 4, in <module>
from numpy._core._multiarray_umath import (
File "/usr/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 23, in <module>
from . import multiarray
File "/usr/lib64/python3.11/site-packages/numpy/_core/multiarray.py", line 1149
def putmask(a, /, mask, values):
^
SyntaxError: invalid syntax
Unknown error: 1
After that I get normal "enter password" message.
There have been numerous errors while gettint up to this point, all of them including proper libraries (numpy and cv2 from opencv). My current combination works (this is: not fails) best thus far:
numpy or opencv installed from package manager (zypper) won't work or will not include properly. Similar problems have appeared with installing those packages with pip, but in different locations - I've been using target option with pip pointing to those locations - again, this works the best. Also worth noting: opencv-python raises error from numpy about being compiled for version 1.x.x. Using contrib version though gets rid of that problem
I have also applied changes from this walkthrough, which is applicable for my distribution.
I have succesfully added faces with howdy add, howdy snapshot generates good image, howdy test also works (may be important - I am using KDE Plasma 6 with X11, howdy test works when used sudo -E).
Details regarding my camera setup:
I am using Lenovo Performance FHD webcam (Windows Hello compatible)
/dev/video1 shows what "normal" webcam sees
/dev/video3 shows IR version
Thanks
I've searched for similar issues already, and my issue has not been reported yet. ✅
Linux distribution (if applicable):
OpenSUSE Leap 15.6
Howdy version (sudo howdy version):
Howdy 2.6.1
The text was updated successfully, but these errors were encountered:
Please describe the issue in as much detail as possible, including any errors and traces.
If your issue is a camera issue, be sure to also post the image generated by running
sudo howdy snapshot
.Hello everyone,
I've given up and am raising an issue ticket.
I've installed Howdy, configured it, but can't manage to get it to work. Whenever I run any command with sudo, I get following error:
After that I get normal "enter password" message.
There have been numerous errors while gettint up to this point, all of them including proper libraries (numpy and cv2 from opencv). My current combination works (this is: not fails) best thus far:
numpy or opencv installed from package manager (zypper) won't work or will not include properly. Similar problems have appeared with installing those packages with pip, but in different locations - I've been using target option with pip pointing to those locations - again, this works the best. Also worth noting: opencv-python raises error from numpy about being compiled for version 1.x.x. Using contrib version though gets rid of that problem
I have also applied changes from this walkthrough, which is applicable for my distribution.
I have succesfully added faces with
howdy add
,howdy snapshot
generates good image,howdy test
also works (may be important - I am using KDE Plasma 6 with X11, howdy test works when usedsudo -E
).Details regarding my camera setup:
I am using Lenovo Performance FHD webcam (Windows Hello compatible)
/dev/video1 shows what "normal" webcam sees
/dev/video3 shows IR version
Thanks
I've searched for similar issues already, and my issue has not been reported yet. ✅
Linux distribution (if applicable):
OpenSUSE Leap 15.6
Howdy version (
sudo howdy version
):Howdy 2.6.1
The text was updated successfully, but these errors were encountered: