howdy icon indicating copy to clipboard operation
howdy copied to clipboard

libprotobuf.so.30: cannot open shared object file

Open cog25 opened this issue 2 years ago • 1 comments

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 i try to add my face or run howdy test, this error appeared

Traceback (most recent call last):
  File "/usr/bin/howdy", line 95, in <module>
    import cli.add
  File "/usr/lib/security/howdy/cli/add.py", line 11, in <module>
    from recorders.video_capture import VideoCapture
  File "/usr/lib/security/howdy/recorders/video_capture.py", line 6, in <module>
    import cv2
ImportError: libprotobuf.so.30: cannot open shared object file: No such file or directory

I tried howdy, howdy-git in aur, but they both didn't work.


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

Linux distribution (if applicable): Arch Linux

Howdy version (sudo howdy version): 2.6.1

cog25 avatar May 15 '22 14:05 cog25

Seems like a dlib compilation issue, could you try reinstalling dlib?

boltgolt avatar May 16 '22 12:05 boltgolt