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

Update requirements.txt

Open btajiboy opened this issue 3 years ago • 4 comments

in the demo_toolbox need 1.21 numbpy for get running

btajiboy avatar Aug 15 '22 01:08 btajiboy

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

ramonmeza avatar Oct 10 '22 17:10 ramonmeza

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

JulienGremillot avatar Jun 05 '23 15:06 JulienGremillot

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

Tatsh avatar Jun 26 '23 05:06 Tatsh

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

Tatsh avatar Jun 26 '23 05:06 Tatsh