LoadLibrary Failed with Error 126 When Loading onnxruntime_providers_openvino.dll #23521
Unanswered
DavidLuong98
asked this question in
EP Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue: LoadLibrary Failed with Error 126 When Loading onnxruntime_providers_openvino.dll
Description:
I'm encountering the following error when trying to load and run inferences with the provider
OpenVINOExecutionProvider
.Steps to Reproduce:
onnxruntime
installed.openvino
providers enabled.I have also followed the steps : https://onnxruntime.ai/docs/execution-providers/OpenVINO-ExecutionProvider.html and saved the environment variables by running
C:\ <openvino_install_directory>\setupvars.bat
(however no environment variables were actually created).Environment:
I have also verified that the available providers are present :
available providers ['OpenVINOExecutionProvider', 'CPUExecutionProvider']
Has anyone else experienced this issue or have suggestions for resolving it? Any guidance would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions