EmixamPP / linux-enable-ir-emitter

Provides support for infrared cameras that are not directly enabled out-of-the box.
MIT License
242 stars 21 forks source link

ImportError: libjsoncpp.so.24 #56

Closed Osinedges closed 3 years ago

Osinedges commented 3 years ago

When trying to run any command on the linux-enable-ir-emitter I get the following error:

Traceback (most recent call last):
File "/usr/bin/linux-enable-ir-emitter", line 8, in <module>
from command import boot, fix, manual, run, configure
File "/usr/lib/linux-enable-ir-emitter/command/manual.py", line 6, in <module>
from driver.Driver import Driver
File "/usr/lib/linux-enable-ir-emitter/driver/Driver.py", line 3, in <module>
import cv2 as cv
ImportError: libjsoncpp.so.24: cannot open shared object file: No such file or directory

Running Garuda Linux - Fresh Install

EmixamPP commented 3 years ago

Did you install linux-enable-ir-emitter through the AUR repository ?

Osinedges commented 3 years ago

@EmixamPP Hi, thanks for your reply, yeah I followed your Arch instructions to the dot precisely, Is it a dependency issue on my end? Update: got it to work by installing 3/4 dependencies extra, unsure if this is my end, don't know enough about Linux to figure that out sorry! Great project though thank you so much!

EmixamPP commented 3 years ago

What did you mean by "installing 3/4 dependencies extra" ? I would like to know in order to possibly find a general solution to the problem. Or if there isn't one, I'll update the wiki page so that everyone can reproduce the fix easily.