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
The command !pip install magenta fails on Colab (as well as on other platforms) because the wheels for numba and llvmlite cannot be built:
The output is:
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for numba (setup.py) ... error
ERROR: Failed building wheel for numba
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for llvmlite (setup.py) ... error
ERROR: Failed building wheel for llvmlite
Has someone found a working solution for this? It would be valuable to revive these notebooks for teaching and general in order to play around with Music / Machine Learning.
The text was updated successfully, but these errors were encountered:
EDIT I went through all notebooks linked from the Website https://magenta.tensorflow.org/demos/colab/, opened them in Colab and checked the environment setup steps:
broken(building numba and llvmlite fails, see below)
also broken: 'Getting Started' example linked from https://magenta.tensorflow.org/get-started/
** works**
The command
!pip install magenta
fails on Colab (as well as on other platforms) because the wheels for numba and llvmlite cannot be built:The output is:
Has someone found a working solution for this? It would be valuable to revive these notebooks for teaching and general in order to play around with Music / Machine Learning.
The text was updated successfully, but these errors were encountered: