Closed automaciej closed 1 year ago
Thanks for your comment. I'm afraid musicscore2 do not run under your python version (3.7). You need at leat version 3.9.
Thanks, I can confirm that this works with Python 3.9:
(pypy) maciej@nasturcja:~$ python
Python 3.9.16 (7.3.11+dfsg-2, Feb 06 2023, 16:52:03)
[PyPy 7.3.11 with GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>> import musictree
/home/maciej/src/pypy/lib/pypy3.9/site-packages/musicxml/xsd/xsdtree.py:318: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
if not found_xsd_element:
>>>>
I'm testing on Debian 11, pypy.
I installed pypy-dev, pypy3-dev (required to find Python.h) and after the installation I got this:
I didn't do a deeper dive on this, just recording that there seems to be a problem.