synesthesiam / rhasspy

Rhasspy voice assistant for offline home automation
https://rhasspy.readthedocs.io
MIT License
950 stars 101 forks source link

Marytts instructions return exec error #224

Closed RidaAyed closed 4 years ago

RidaAyed commented 4 years ago

Following the instructions given here https://rhasspy.readthedocs.io/en/latest/text-to-speech/#marytts

docker run -it -p 59125:59125 synesthesiam/marytts:5.2

Outputs:

standard_init_linux.go:211: exec user process caused "exec format error"
failed to resize tty, using default size

Env:

Raspberry Pi 3 Model B Plus Rev 1.3\0 
4.19.66-v7+
koenvervloesem commented 4 years ago

"exec format error" means that the container is built for another architecture. If you look at the tags of the image on Docker Hub, I only see linux/amd64, so this won't work on a Raspberry Pi.

synesthesiam commented 4 years ago

The image on Docker Hub now supports ARM v7 and ARM 64 (Rpi 2/3/4) :)