Fail to initialize onnxruntime with 1.21.0 on windows #23971
Unanswered
HerrDerb
asked this question in
Release Q&A
Replies: 2 comments
-
It's broken for me too, it's failing on GitHub Actions' default Windows runner - https://github.com/oracle/tribuo/actions/runs/13768367698/job/38500483425?pr=396. Unfortunately I don't know what Windows build system changes happened for this release, but something is different. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Add this powershell script to your action: Get-ChildItem -Path $env:AGENT_TOOLSDIRECTORY -File -Include msvcp*.dll,concrt*.dll,vccorlib*.dll,vcruntime*.dll -Recurse | Remove-Item -Force -Verbose |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After the update to
com.microsoft.onnxruntime:onnxruntime:1.21.0
I do get an error when trying to load the runtime in java (21). Colleagues with a mac seems not to experience this issue.while I do have the latest VC++ redistributables

maybe related to #23957?
Beta Was this translation helpful? Give feedback.
All reactions