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

ImportError: /usr/lib64/python3.6/site-packages/cv2.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTIN2cv3dnn23experimental_dnn_34_v265LayerE #952

Open
ItchyBugReporter opened this issue Aug 29, 2024 · 1 comment

Comments

@ItchyBugReporter
Copy link

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

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

2 participants
@ItchyBugReporter and others