Replies: 2 comments 1 reply
-
I just tried it and everything works as documented. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can also just |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Verovio team 👋
I'm building a Docker-based app that uses pyverovio to render MEI files with Gradio. I’m following the recommended build process (e.g. from the Verovio Book), and I'm using git checkout tags/version-5.0.0 (also tried 5.1.0).
When I try to run pip install . inside bindings/python, the build fails with:
yaml
Copy
Edit
fatal error: ../../libmei/attconverter.cpp: No such file or directory
I noticed that the Verovio repo includes libmei/ — but in these tags, the required C++ source files like attconverter.cpp are not present. The README says they should be included.
Questions:
Are the libmei/*.cpp files no longer bundled by design?
Is the expectation that we generate these from libmei ourselves before building pyverovio?
If so, is there a documented workflow for this?
Thanks for your work — and for clarifying what the correct approach should be!
Beta Was this translation helpful? Give feedback.
All reactions