Running ubuntu 18.04.
DeepSpeech.py does not accept any path given as an argument that contains space without the path is encapsulated with “”, i.e. /www Temp downloads/xx.csv must be written as “/www Temp downloads/xx.csv”.
This might be obvious to some, but it can be a pain to fix when dealing with a bunch of different issues at the same time.
Windows will do the same thing, so it is not ubuntu 18.04 specific.
Thanks for writing the post. I’ll think about it how we can reflect that in the docs. But blanks in paths has always been a cause of joy in programming. Especially with windows
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
3
please share examples of such usages, I feel like it’s more a shell-level issue than a deepspeech one.
I will try both escaping the spaces with \ and post the actual error that happens when the “” is left out.
but i do believe that lissyx is right, in this most likely being a shell issue.
i do believe the exact same thing will happen in windows. ( just an example, i know we cant train in windows).
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
6
So I’m sorry, but this is not something we can fix.