5PQR / TextAudioTool

python tool that creates local api endpoints for TTS & STT
GNU Affero General Public License v3.0
10 stars 5 forks source link

This script relies on Miniconda which can not be silently installed under a path with spaces. Press any key to continue . . . #1

Closed breakingbadzy closed 3 weeks ago

breakingbadzy commented 1 year ago

This script relies on Miniconda which can not be silently installed under a path with spaces. Press any key to continue . . .

5PQR commented 1 year ago

The script won't work if the path where it's in has spaces in it. That's due to a limitation in one of the tools it uses that needs paths to be in 7-bit ASCII (simple characters) and not use white spaces.

So if you have "C:\My Folder\vam\" you'll have to rename the folder to something like "C:\My_Folder\vam\" to get it to work. VAM should still work the same if you rename the folder it's in,