I am getting this error when running the script. Checked everyting and followed all steps:
python3 Object_detection_picamera.py
Traceback (most recent call last):
File "Object_detection_picamera.py", line 23, in
import cv2
File "/usr/local/lib/python3.7/dist-packages/cv2/init.py", line 5, in
from .cv2 import *
ImportError: libImath-2_2.so.23: cannot open shared object file: No such file or directory
I am getting this error when running the script. Checked everyting and followed all steps: python3 Object_detection_picamera.py Traceback (most recent call last): File "Object_detection_picamera.py", line 23, in
import cv2
File "/usr/local/lib/python3.7/dist-packages/cv2/init.py", line 5, in
from .cv2 import *
ImportError: libImath-2_2.so.23: cannot open shared object file: No such file or directory