Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

ImportError

Iskandar
Beginner
517 Views

Hi,

I am trying to run the Line Monitoring from the intel-iot-devkit GitHub, but apparently it shows up this when I try to deploy the python script. I am running this from Linux.

Traceback (most recent call last):
File "linemonitoring.py", line 15, in <module>
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 <module>
from .ie_api import *
ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory

 

Hope you can help me with this matter. Thank you.

regards,

0 Kudos
2 Replies
Wan_Intel
Moderator
484 Views

Hi Iskandar,

Thank you for reaching out to us and thank you for using OpenVINO™ Toolkit!

 

Are you using Python version 3.5 as suggested on the GitHub page?

Our apology that the last update for the README.md was 14 months ago.

 

For your information, I have successfully run the Line Monitoring application from the intel-iot-devkit GitHub with the following environment:

·      OpenVINO™ Toolkit 2020.3 LTS

·      Ubuntu 18.04 LTS

·      Python 3.6.9

Line_monitoring.png

 

Please try the steps below to run the application:

 

1.   Use Python version 3.6.9 for this application.

 

2.   Use the following command when you setup the environment to use the OpenVINO™ toolkit one time per session:

 

source /opt/intel/openvino/bin/setupvars.sh

 

Hope it helps.

 

 

Regards,

Wan

 

0 Kudos
Wan_Intel
Moderator
442 Views

Hi Iskandar,

Thank you for your question.


This thread will no longer be monitored since we have provided a suggestion. 

If you need any additional information from Intel, please submit a new question.



Regards,

Wan


0 Kudos
Reply