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: DLL load failed

MHagi
Beginner
706 Views

After installing openvino2020.1.033, add the following environment variables
System environment variable:
C:\Program Files (x86) \IntelSWTools\openvino_2020.1.033\deployment_tools\nference_engine\bin\intel64\ Release
PYTHONPATH:
C:\Program Files (x86) \IntelSWTools\openvino_2020.1.033\python\python3.7

When I started debugging, I got ImportError: DLL load failed :.
What is the cause

I need to resolve it quickly and let the client know the demo verification results.
Please let me know if you need additional information.

0 Kudos
2 Replies
MHagi
Beginner
706 Views

I need to resolve it quickly and let the client know the demo verification results.
Please let me know if you need additional information.

Regards,

Moriki

0 Kudos
JesusE_Intel
Moderator
706 Views

Hi Moriki,

I have not tested OpenVINO toolkit with PyCharm IDE. However, the error may be related as the environment variables for OpenVINO toolkit have not been setup. The OpenVINO toolkit Windows installation guide has a step to set the variables on each command line that is opened. You may need to do something similar from PyCharm.

C:\Program Files (x86)\IntelSWTools\openvino\bin\setupvars.bat

We have additional steps to update your Windows environment variables.

https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_windows.html#Update-Path

Regards,

Jesus

0 Kudos
Reply