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
Encountered below, when running the python script.
Appreciate thanks!
ismail@ismail-VirtualBox:~/Intel/social-distance$ python3 socialdistance.py
Traceback (most recent call last):
File "socialdistance.py", line 18, in
from openvino.inference_engine import IENetwork, IECore
File "/opt/intel/openvino_2020.3.194/python/python3.5/openvino/inference_engine/init.py", line 1, in
from .ie_api import *
ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
Hi,
Encountered below, when running the python script.
Appreciate thanks!
ismail@ismail-VirtualBox:~/Intel/social-distance$ python3 socialdistance.py
Traceback (most recent call last):
File "socialdistance.py", line 18, in
from openvino.inference_engine import IENetwork, IECore
File "/opt/intel/openvino_2020.3.194/python/python3.5/openvino/inference_engine/init.py", line 1, in
from .ie_api import *
ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory