- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
Regards,
Jesus
