-
Notifications
You must be signed in to change notification settings - Fork 826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Compatibility Issue with ONNX Runtime Version in screenpipe #1357
Comments
@BAWES How did you install screenpipe, do you have vcredist installed? |
@Neptune650 I have the following Visual C++ Redistributables installed on system: 1 Microsoft Visual C++ 2010 x64 Redistributable - Version 10.0.40219 Installed by running
|
@BAWES can you install a modern VC redistributable? 2022 is fine |
Thanks @Neptune650 , I just installed using your link Did a reinstall of screenpipe after via
Running screenpipe.exe gives the same error message
|
@BAWES Do you have .NET installed as well? |
@Neptune650 I do not, is it a requirement? |
@BAWES could you install it? Some other users of ONNX have reported it helps |
@Neptune650 Installed dotnet. I'm getting the same issue after reinstalling screenpipe and attempting to run it
After running screenpipe:
|
describe the bug
Executing the screenpipe command results in a runtime error due to the ONNX model version [19] being unsupported by the current ONNX Runtime, which only supports versions 1 to 10. This causes the application to fail initialization.
Steps to Reproduce:
system info
The text was updated successfully, but these errors were encountered: