magenta / mt3

MT3: Multi-Task Multitrack Music Transcription
Apache License 2.0
1.41k stars 185 forks source link

run Failed in Colab #161

Closed layola13 closed 3 weeks ago

layola13 commented 4 weeks ago

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. inflect 7.3.1 requires typeguard>=4.0.1, but you have typeguard 2.13.3 which is incompatible.

layola13 commented 3 weeks ago

after step1

!pip uninstall typeguard inflect -y !pip install typeguard inflect==5.3.0 !pip install jax[cuda11_local] nest-asyncio pyfluidsynth==1.3.0 -e .

layola13 commented 3 weeks ago

actually,run this command before step 1

!pip install inflect==5.3.0