magenta / ddsp

DDSP: Differentiable Digital Signal Processing
https://magenta.tensorflow.org/ddsp
Apache License 2.0
2.91k stars 337 forks source link

No module crepe #495

Closed RamakanthRGunishetty closed 1 year ago

RamakanthRGunishetty commented 1 year ago

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'