CorentinJ / Real-Time-Voice-Cloning

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

Update requirements.txt #1102

Open btajiboy opened 2 years ago

btajiboy commented 2 years ago

in the demo_toolbox need 1.21 numbpy for get running

ramonmeza commented 1 year ago

Updating numpy version to 1.21 fixed issues I was having running the app on Win10 with Python 3.10.5.

JulienGremillot commented 1 year ago

For me this didn't work for compatibility issue with librosa. I resolved this by specifying the version of numba : numba==0.56.4

Tatsh commented 1 year ago

requirements.txt should not be seen as a binary file.

Tatsh commented 1 year ago

Convert this back to UTF-8 please: iconv -f utf16 < requirements.txt > new && mv new requirements.txt. Preferably remove the CRLF line endings too.