chaquo / chaquopy

Chaquopy: the Python SDK for Android
https://chaquo.com/chaquopy/
MIT License
789 stars 130 forks source link

Unable to pip install verovio #462

Open alexgwalley opened 3 years ago

alexgwalley commented 3 years ago

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 commented 3 years ago

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 commented 1 year ago

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.