You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
shahran12
changed the title
Issues in Object_detection_py
Libmath Import Error
Feb 16, 2021
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
The text was updated successfully, but these errors were encountered: