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.
When trying to set up howdy, I see the following output:
`kjg@localhost:~> howdy add
Please run this command as root:
sudo howdy add
kjg@localhost:~> sudo howdy add
Traceback (most recent call last):
File "/usr/bin/howdy", line 95, in
import cli.add
File "/usr/lib64/security/howdy/cli/add.py", line 11, in
from recorders.video_capture import VideoCapture
File "/usr/lib64/security/howdy/recorders/video_capture.py", line 6, in
import cv2
ImportError: /usr/lib64/python3.6/site-packages/cv2.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTIN2cv3dnn23experimental_dnn_34_v265LayerE`
I've searched for similar issues already, and found issue #760 . However, that issue isn't quite the same (opencv versus cv2 with a different "symbol"), was reported for a different distro, and was closed near the beginning of last year while I am using a fresh install of Howdy on a fresh install of openSUSE. Perhaps I am seeing the same issue, but to my untrained eyes, this appears just different enough to warrant a new report.
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
.When trying to set up howdy, I see the following output:
`kjg@localhost:~> howdy add
Please run this command as root:
kjg@localhost:~> sudo howdy add
Traceback (most recent call last):
File "/usr/bin/howdy", line 95, in
import cli.add
File "/usr/lib64/security/howdy/cli/add.py", line 11, in
from recorders.video_capture import VideoCapture
File "/usr/lib64/security/howdy/recorders/video_capture.py", line 6, in
import cv2
ImportError: /usr/lib64/python3.6/site-packages/cv2.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTIN2cv3dnn23experimental_dnn_34_v265LayerE`
I've searched for similar issues already, and found issue #760 . However, that issue isn't quite the same (opencv versus cv2 with a different "symbol"), was reported for a different distro, and was closed near the beginning of last year while I am using a fresh install of Howdy on a fresh install of openSUSE. Perhaps I am seeing the same issue, but to my untrained eyes, this appears just different enough to warrant a new report.
Linux distribution (if applicable): openSUSE Leap 15.6
Howdy version (
sudo howdy version
): Howdy 2.6.1The text was updated successfully, but these errors were encountered: