You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the readme states that setup requires Python 3.9 or later. But Python 3.10 onwards is currently not supported: The user encounters ImportError: cannot import name 'MutableSequence' from 'collections' if running on Python 3.10. This is because of a known issue with madmom. Until that's fixed, I suggest changing the readme to say that Python==3.9 is required.
The text was updated successfully, but these errors were encountered:
it works here with python 3.11.4 on windows 10
you have to install madmom from source to get v0.17.dev0 where it has been fixed already
also numpy needs to be 1.23 at least on my machine
you may need to modify the file mask.py on line 197 too as described here #12 i think is a Windows only issue
Currently, the readme states that setup requires Python 3.9 or later. But Python 3.10 onwards is currently not supported: The user encounters
ImportError: cannot import name 'MutableSequence' from 'collections'
if running on Python 3.10. This is because of a known issue withmadmom
. Until that's fixed, I suggest changing the readme to say thatPython==3.9
is required.The text was updated successfully, but these errors were encountered: