-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Description
Problem
ImportError: cannot import name 'MutableSequence' from 'collections' (......./conda_envs/thesis/lib/python3.11/collections/init.py)
Solution
Changing madmom/processors.py import
if sys.version_info[:2] >= (3, 8):
from collections.abc import MutableMapping
else:
from collections import MutableMapping
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels