EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi

Libmath Import Error

shahran12 opened this issue · 1 comments

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

Hello, I have a similar issue, have you found a solution yet?