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?
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