synesthesiam / rhasspy

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

Download dependencies error on Raspberry Zero W #189

Closed namero999 closed 4 years ago

namero999 commented 4 years ago

During the execution of the download-dependencies.sh script, I got this error.

curl: (22) The requested URL returned error: 404 Not Found
Can't download https://github.com/synesthesiam/kaldi-docker/releases/download/v1.0/kaldi_armv6l.tar.gz

Probably the script should fallback to armhf as arch for the zero.

Tooa commented 4 years ago

The problem is that there is no tag v1.0 in the kaldi-docker repo (reference). The correct file is probably kaldi-2020-armhf.tar.gz

namero999 commented 4 years ago

Yes, I ended up manually wget-ing it and placing it into ~/config/rhasspy/profiles/en/download

synesthesiam commented 4 years ago

OK, should be fixed in master