-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'MutableSequence' from 'collections' #535
Comments
I had the same issue. The problem is with the python version we're using. As mentioned in this stackoverflow post the Changing line 23 in your |
If you're on a mac the path is: ~/anaconda3/lib/python3.11/site-packages/madmom/processors.py Just add the same change that @lucala provided above |
i had issues with Madmom + python 3.11 and a few items like collections. i added some code to fix a few settings without having to touch the source code. |
It is a python version issue. |
Expected behaviour
I want to do onset detection in a classical music piece.
I expect the program to return an arraylist like [1,2,3,4,...] marking the onset timestamp of each note.
Actual behaviour
The program did nothing and an error like this occurred. (╥﹏╥...)
Steps needed to reproduce the behaviour
Information about installed software
The text was updated successfully, but these errors were encountered: