CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
51.54k stars 8.64k forks source link

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

Open Abbienew opened 1 year ago

Abbienew commented 1 year ago

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?

raws84 commented 1 year ago

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.