You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have installed the onnxruntime==1.5.2 (cpu) on my machine but while importing the library I am getting error " ImportError: cannot import name 'get_all_providers' "
Urgency
This is a production related issue, need to fix this as soon as possible
System information
OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Linux
ONNX Runtime installed from (source or binary): using pip
ONNX Runtime version:1.5.2
Python version:3.7
Visual Studio version (if applicable):
GCC/Compiler version (if compiling from source):
CUDA/cuDNN version: N/A
GPU model and memory:N/A
To Reproduce
Describe steps/code to reproduce the behavior.
Attach the ONNX model to the issue (where applicable) to expedite investigation.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here. If the issue is about a particular model, please share the model details as well to facilitate debugging.
I have faced this error before and solved it by including " vcruntime140_1.dll " in the bin folder of the environment. But this time it is not solved by this fix as well
The text was updated successfully, but these errors were encountered:
Please describe steps/code to reproduce the behavior. And when possible, would you please try the latest ONNX Runtime release instead? If not, please check if you have installed GCC OpenMP runtime.
This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs. If further support is needed, please provide an update and/or more details.
stalebot
added
the
stale
issues that have not been addressed in a while; categorized by a bot
label
Apr 19, 2022
Describe the bug
I have installed the onnxruntime==1.5.2 (cpu) on my machine but while importing the library I am getting error " ImportError: cannot import name 'get_all_providers' "
Urgency
This is a production related issue, need to fix this as soon as possible
System information
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here. If the issue is about a particular model, please share the model details as well to facilitate debugging.
I have faced this error before and solved it by including " vcruntime140_1.dll " in the bin folder of the environment. But this time it is not solved by this fix as well
The text was updated successfully, but these errors were encountered: