- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I installed OpenVINO toolkit 2021.1 for Windows10. The installation went successful and I was able to execute demo_squeezenet_download_convert_run.bat file and 'Classification demo completed successfully'. Also running demo_security_barrier_camera.bat 'Demo completed successfully'. Then I tried run my face_detect app and I got the error:
Traceback (most recent call last):
File "face_detect.py", line 16, in <module>
from openvino.inference_engine import IENetwork, IECore
File "C:\Program Files (x86)\Intel\openvino_2021\python\python3.8\openvino\inference_engine\__init__.py", line 1, in <module>
from .ie_api import *
ImportError: DLL load failed while importing ie_api: The specified module could not be found.
I used to run my face_detect app on the previous version of OpenVINO and it was working well.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Erick_ius,
Thanks for reaching out.
This might be Python 3.8 is not fully supported for the OpenVINO toolkit yet. I suggest you to try running your face_detect application with Python 3.7 version installed instead of Python 3.8. I have tried to run some python demo and getting the same error using Python 3.8 version. Meanwhile, no issue arises when I use Python 3.7 version.
Regards,
Aznie
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Erick_ius,
Thanks for reaching out.
This might be Python 3.8 is not fully supported for the OpenVINO toolkit yet. I suggest you to try running your face_detect application with Python 3.7 version installed instead of Python 3.8. I have tried to run some python demo and getting the same error using Python 3.8 version. Meanwhile, no issue arises when I use Python 3.7 version.
Regards,
Aznie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Aznie,
Thanks a lot. That was a case. I have installed Python 3.7.9 . Now it works.
Regards

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page