shivasiddharth / Assistants-Pi

Headless Google Assistant and Alexa on Raspberry Pi
342 stars 116 forks source link

This project is basically in a broken state #147

Open DicSTH2020 opened 4 years ago

DicSTH2020 commented 4 years ago

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

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...

shivasiddharth commented 4 years ago

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.