-
Notifications
You must be signed in to change notification settings - Fork 29
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
Unable to import audioreactive module #27
Comments
Can you paste the error trace you get? Which cell is it happening in? |
Thank you for reaching out, Here is a printscreen of the cell where we can see that it doesnt recognize it and my collection folder. I've tried to Here the traceback: ImportError Traceback (most recent call last) 5 frames /usr/local/lib/python3.10/dist-packages/madmom/processors.py in ImportError: cannot import name 'MutableSequence' from 'collections' (/usr/lib/python3.10/collections/init.py) NOTE: If your import is failing due to a missing package, you can To view examples of installing some common dependencies, click the |
Hmmm seems to be a bug in madmom related to python 3.10 Not sure what the easiest solution is, I'm sure that downgrading python in colab will be annoying. Maybe you can try installing the most recent dev version of madmom?
|
Dear JCBrouwer, It worked. Thank you very much for your help. Your work is amazing. I suggest to:
I hope it helps. Thank you again! Tot later ;) |
Hi,
I might oversee a basic thing, but since I can't seem to get over it ill try here.
When I run the initialize or other codes provided in your colab I can't seem to import the audioreactive module. However, I did clone the repo and other .py modules are being imported.
Do you have any ideas of why this could be?
https://colab.research.google.com/drive/1Ig1EXfmBC01qik11Q32P0ZffFtNipiBR?usp=sharing
The text was updated successfully, but these errors were encountered: