Assistants-Pi
Assistants-Pi copied to clipboard
This project is basically in a broken state
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...
All the components of the Google Assistant scripts are pretty much up to date with the API. Reg Snowboy error, this project lost its traction and so I left it as it is. Feel free to raise a pull request, I will gladly merge it.