Installed back in 2018 and worked fine. Yesterday try out again with latest version and fail, find out couple of issues:
- Many of the scripts does not compatible with latest Google API / Raspbian OS
- Some of the new scripts commit on Mar has syntax error, or even variables not defined
for example in gassist-installer.sh
elif [[ $osversion = "Raspbian Stretch" ]]; then
sudo \cp -f ${GIT_DIR}/Google-Assistant/src/resources/Stretch-wrapper/_snowboydetect.so ${GIT_DIR}/src/_snowboydetect.so
sudo \cp -f ${GIT_DIR}/Google-Assistant/src/resources/Stretch-wrapper/snowboydetect.py ${GIT_DIR}/src/snowboydetect.py
fi
No such file or directory, had to fix it manually.
More issues to be updated...
Installed back in 2018 and worked fine. Yesterday try out again with latest version and fail, find out couple of issues:
for example in gassist-installer.sh
No such file or directory, had to fix it manually.
More issues to be updated...