INSTALLATION PROBLEM OF THE DDSP LIBRARY
I am facing problem during the installation of DDSP library. I am running Windows operating system with python version 3.12.7 and Tensorflow version is 2.18 latest version. I am using the following command for installation pip install ddsp. I am encountering the following error during installation.
"(JUPY_INTRO) C:\Users\nitia>pip install ddsp Collecting ddsp Using cached ddsp-3.7.0-py2.py3-none-any.whl.metadata (1.8 kB) Requirement already satisfied: absl-py in c:\\users\nitia\anaconda3\envs\jupy_intro\lib\site-packages (from ddsp) (2.1.0) Collecting cloudml-hypertune<=0.1.0.dev6 (from ddsp) Using cached cloudml-hypertune-0.1.0.dev6.tar.gz (3.2 kB) Preparing metadata (setup.py) ... done Collecting crepe<=0.0.12 (from ddsp) Using cached crepe-0.0.12.tar.gz (15 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\nitia\AppData\Local\Temp\pip-install-2wch24q6\crepe_33b8220484e34c5088ebc060817c71cb\setup.py", line 2, in import imp ModuleNotFoundError: No module named 'imp' [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details."
Kindly help me to sort the issue at the earliest.
Source: magenta/magenta