Real-Time-Voice-Cloning icon indicating copy to clipboard operation
Real-Time-Voice-Cloning copied to clipboard

My first attempt was successful, but the subsequent executions were unsuccessful and produced errors

Open Abbienew opened this issue 1 year ago • 1 comments

My first attempt was successful, but the subsequent executions were unsuccessful and produced errors about the ModuleNotFoundError: No module named 'unidecode' ; ModuleNotFoundError: No module named 'unidecode' ; ERROR: Failed building wheel for numpy; ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects ...

any solutions? tips?

Abbienew avatar May 02 '23 15:05 Abbienew

you can try installing unidecode pip install unidecode I would suggest if you already haven't then create a virtual environment with python3.7 and then activate it. Following that install ffmpeg, pytorch and then the requirements. After this the code should run without problem. Most of the issues come from dependencies with specific versions of numpy and librosa.

raws84 avatar May 17 '23 07:05 raws84