cuthbertLab / music21

music21 is a Toolkit for Computational Musicology
https://www.music21.org/
Other
2.13k stars 402 forks source link

can't run tests because of lilypond import issue #1707

Closed arvinnick closed 6 months ago

arvinnick commented 7 months ago

Hello everyone

I'm trying to contribute and add a feature. I have tried to run the test using python3 test/multiprocessTest.py But I got an import error: ImportError: lilypond must be installed to run test suites I installed lilypond using pip, because conda didn't have it. but nothing happened and the error is still. Have you ever encountered such problem? Any possible fixes?

Thanks a lot in advance

arvinnick commented 7 months ago

No worries, I just needed to install it not using pip, but using apt-get on Ubuntu.