You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned this project into a local directory and the entered it using Terminal. I then ran the command make to install but I get the following errors...
Makefile:203: Extraneous text after `else' directive
Makefile:204: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
Can this be fixed? I tried running the speech to text file without make but I received this error...
./speech2text.sh
./speech2text.sh: line 16: ./utils/parse_options.sh: No such file or directory
so I assumed that make had to be run first. I am on Mac OS Mojave.
The text was updated successfully, but these errors were encountered:
Aha, probably because it hasn't been tested or made to work directly on MacOS, to the best of my knowledge. This code works better inside the EESEN Transcriber virtual machine, and likely better on Ubuntu. Though I'm sure we'd welcome someone adding the capability to work on MacOS, and someday soon I hope to have such capability ;)
even i am facing the same problem in my terminal
Makefile:203: extraneous text after 'else' directive
Makefile:204: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
I cloned this project into a local directory and the entered it using Terminal. I then ran the command
make
to install but I get the following errors...Can this be fixed? I tried running the speech to text file without
make
but I received this error...so I assumed that
make
had to be run first. I am on Mac OS Mojave.The text was updated successfully, but these errors were encountered: