- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recently tried using OpenVINO inference engine conda package to run a application. But this is not working as expected. I am not able to import IENetwork or IEPlugin libraries.
How to use this package? If there is any documentation on it, where can I get that?
My Env:
OS: Ubuntu 18.04,Conda: miniconda3 and Base env, Python Version : 3.7.4
Conda install command: conda install -c openvino openvino-ie4py
Packages installed: openvino-ie4py, openvino-ie
Output and Error Msg:
>>>
>>>
>>> import openvino
>>>
>>>
>>> from openvino.inference_engine import IENetwork
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/controller/miniconda3/lib/python3.7/openvino/inference_engine/__init__.py", line 1, in <module>
from .ie_api import *
ImportError: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory
>>> from openvino.inference_engine import IEPlugin
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/controller/miniconda3/lib/python3.7/openvino/inference_engine/__init__.py", line 1, in <module>
from .ie_api import *
ImportError: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory
>>>
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you installed the OpenVINO toolkit itself, from here? https://software.intel.com/en-us/openvino-toolkit/choose-download/free-download-linux
This has python examples installed as part of the sample code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, I am already aware of Installing OpenVINO from the mentioned link. I just want to use the OpenVINO Inference Engine from the Conda package.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page