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

Unable to install onnxruntime #985

Closed
lemontechnology73 opened this issue Oct 4, 2023 · 1 comment
Closed

Unable to install onnxruntime #985

lemontechnology73 opened this issue Oct 4, 2023 · 1 comment

Comments

@lemontechnology73
Copy link

I am trying to install rembg library through

 defaultConfig{
            python {
                pip{
                    install "rembg"

                }
            }
        }

When i build the app it gives me an error

ERROR: Could not find a version that satisfies the requirement onnxruntime (from rembg) (from versions: none)
ERROR: No matching distribution found for onnxruntime (from rembg)
Could not find a version that satisfies the requirement onnxruntime (from rembg) (from versions: none)

No matching distribution found for onnxruntime (from rembg)

Chaquopy: Exit status 1

@mhsmith
Copy link
Member

mhsmith commented Oct 4, 2023

See #216, and in future please search for existing issues before creating new ones.

@mhsmith mhsmith closed this as completed Oct 4, 2023
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