I got this error in demo file timbre_transfer.ipynb
× 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
Building wheel for cloudml-hypertune (setup.py) ... done
Building wheel for mir-eval (setup.py) ... done
Building wheel for intervaltree (setup.py) ... done
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
Building wheel for pretty-midi (setup.py) ... done
Building wheel for resampy (setup.py) ... done
ERROR: Could not build wheels for numba, llvmlite, which is required to install pyproject.toml-based projects
I got this error in demo file timbre_transfer.ipynb
× 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 Building wheel for cloudml-hypertune (setup.py) ... done Building wheel for mir-eval (setup.py) ... done Building wheel for intervaltree (setup.py) ... done 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 Building wheel for pretty-midi (setup.py) ... done Building wheel for resampy (setup.py) ... done ERROR: Could not build wheels for numba, llvmlite, which is required to install pyproject.toml-based projects
ModuleNotFoundError Traceback (most recent call last) in <cell line: 15>()
13 import time
14
---> 15 import crepe
16 import ddsp
17 import ddsp.training
ModuleNotFoundError: No module named 'crepe'