1

I am trying to install MaryTTS 5.2 on Ubuntu 16.04. There is a guide on for 5.1.2 here . However, 5.2 is way different, and I do not understand the installation guide on their GitHub page.

The first command fails when executed inside the unpacked 5.2 folder:

marytts install:cmu-slt
--->marytts: command not found

Can someone please help?

CaTx
  • 209
  • 2
  • 11

2 Answers2

0

Looks like just changing the file version to the current stable version would allow you to follow the other questions answer, see MaryTTS download page. Essentially; download the updated Web Installer Package, change directory cd /home/<username>/Downloads/marytts-installer-5.2, run the web installer package ./marytts

If You run into problems try running ./marytts with either --info or --debug. To get either info or debug level logs. For additional information see the README.md in the install package.

J. Starnes
  • 1,979
0

I finally got it partially working following this link . sudo su is also needed. Afterwards, I follow this link to use it.

One little thing: the sample command uses DE as language, and it errors out on my computer though DE is listed locally . I switched the command to en_US , and it works. More to be done until everything is sorted out, but for now I am happy. Thank you very much, @J. Starnes.

CaTx
  • 209
  • 2
  • 11