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
Hi, I'm trying to run the Demo colab "Synthesis from MIDI" of this project, and I got a systemError caused by the librosa import in the "Imports and Definitions" section. Maybe a version conflict but I'm struggling to fix it.
Thanks
The text was updated successfully, but these errors were encountered:
@hugoGyps I could solve this by using numpy==1.23.5 !pip install numpy==1.23.5 on the first line of the installation module
As seen on this issue response.
Anyway, I got a different error afterwards:
Hi, I'm trying to run the Demo colab "Synthesis from MIDI" of this project, and I got a systemError caused by the librosa import in the "Imports and Definitions" section. Maybe a version conflict but I'm struggling to fix it.
Thanks
The text was updated successfully, but these errors were encountered: