Real-Time-Voice-Cloning
Real-Time-Voice-Cloning copied to clipboard
My first attempt was successful, but the subsequent executions were unsuccessful and produced errors
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?
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.