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 pip install verovio #462

Open
alexgwalley opened this issue Mar 14, 2021 · 2 comments · May be fixed by #1000
Open

Unable to pip install verovio #462

alexgwalley opened this issue Mar 14, 2021 · 2 comments · May be fixed by #1000
Labels

Comments

@alexgwalley
Copy link

alexgwalley commented Mar 14, 2021

Chaquopy version

9.1.0

Relevant parts of your build.gradle file

python {
buildPython "usr/local/bin/python3"
buildPython "python3.8"

    pip {
        install "verovio"
    }
}

ndk {
    abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}

}

Describe your issue

I am trying to pip install a certain module called "verovio" which allows me to convert a certain file type called MEI to an SVG file. Is this module supported? Thanks!

Failed to install verovio from https://files.pythonhosted.org/packages/4b/32/f5de8ea1e500aea234b30926cbe8aa6ef2e709cdb825713c74532778bf6c/verovio-3.3.0.tar.gz.

@mhsmith
Copy link
Member

mhsmith commented Mar 14, 2021

Thanks for the report. This package isn't currently a priority, but you can subscribe to this issue for any future updates. And if anyone else wants it too, please click the thumbs-up button above.

@mhsmith
Copy link
Member

mhsmith commented Feb 2, 2023

The package build tool is now open-source, so if you'd like to try building this package yourself, follow the instructions here. And if you're successful, please make a pull request so we can add the package to the public repository.

@IsakTheHacker IsakTheHacker linked a pull request Oct 13, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants