Skip to content
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

Enable to start exemple #159

Open
Solido opened this issue Oct 9, 2023 · 1 comment
Open

Enable to start exemple #159

Solido opened this issue Oct 9, 2023 · 1 comment

Comments

@Solido
Copy link

Solido commented Oct 9, 2023

Thanks for the initiative!

It seems to look for a specific patched version of onnx
Could not find com.microsoft.onnxruntime:onnxruntime:1.13.1.patched

Specifying an explicit version will find it but I'm not sure it's compatible.
implementation("com.microsoft.onnxruntime:onnxruntime:1.13.1")

I run through a lot of errors then
java.lang.ClassNotFoundException: javaslang.λ

@cupertank
Copy link
Collaborator

I'm sorry for long answer, I just didn't get notification about your issue. implementation("com.microsoft.onnxruntime:onnxruntime:1.13.1") is not compatible, you mustn't override it.

Please add this to your build.gradle.kts file:

repositories {
        maven(url = "https://packages.jetbrains.team/maven/p/ki/maven")
        maven(url = "https://packages.jetbrains.team/maven/p/grazi/grazie-platform-public")
}

and remove implementation("com.microsoft.onnxruntime:onnxruntime:1.13.1")

I'll add it to our README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants