-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi,
I have struggled to run this code, and I believe I'm missing something from the installation instructions that is causing this but I am not sure what. When I try to run pip install -e ., I get permission errors. Could this be causing the code to not work?
Below is the following error message:
Traceback (most recent call last):
File "/home/pi/Documents/libseek-thermal-master/examples/seekcamera-python/seekcamera/_clib.py", line 107, in configure_dll
_cdll = ctypes.CDLL(lib)
File "/usr/lib/python3.7/ctypes/init.py", line 356, in init
self._handle = _dlopen(self._name, mode)
OSError: libseekcamera.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "seekcamera-opencv.py", line 166, in
main()
File "seekcamera-opencv.py", line 131, in main
with SeekCameraManager(SeekCameraIOType.USB) as manager:
File "/home/pi/Documents/libseek-thermal-master/examples/seekcamera-python/seekcamera/camera.py", line 543, in init
_clib.configure_dll()
File "/home/pi/Documents/libseek-thermal-master/examples/seekcamera-python/seekcamera/_clib.py", line 109, in configure_dll
raise RuntimeError("Failed to load %s from default system paths" % lib)
RuntimeError: Failed to load libseekcamera.so from default system paths