shivasiddharth / Assistants-Pi

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

cant perform step 10 #170

Closed sushant96702 closed 3 years ago

sushant96702 commented 3 years ago

while executing command sudo /home/pi/Assistants-Pi/Alexa/startsample.sh
it gave me error sudo: /home/pi/Assistants-Pi/Alexa/startsample.sh: command not found startsample.sh is not there in alexa folder

shivasiddharth commented 3 years ago

The assistant has not been compiled properly. Re-run the installer.

sushant96702 commented 3 years ago

The assistant has not been compiled properly. Re-run the installer.

i reran but still same error

shivasiddharth commented 3 years ago

Manually open the Alexa folder and see if startsample.sh file is there or not. You need to watch the terminal. There might have been some compilation error. Just Re-running the installer will not fix any compilation issue, its not some magic step/command.

sushant96702 commented 3 years ago

bro i checked all files it was not there : /

On Sat, Jul 17, 2021 at 11:10 PM shivasiddharth @.***> wrote:

Manually open the Alexa folder and see if startsample.sh file is there or not. You need to watch the terminal. There might have been some compilation error. Just Re-running the installer will not fix any compilation issue, its not some magic step/command.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/shivasiddharth/Assistants-Pi/issues/170#issuecomment-881933042, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOBPCXOEA5ISWXT53FGACYLTYG6BDANCNFSM5AQ5HYTQ .

shivasiddharth commented 3 years ago

So its a compilation issue. You need to run the installer and watch for errors. If its not compiling properly it will for sure point out the error.

kashifabidi commented 2 years ago

So its a compilation issue. You need to run the installer and watch for errors. If its not compiling properly it will for sure point out the error.

These are the only errors faced through install

chmod: cannot access '/home/root/Assistants-Pi/audio-drivers/USB-MIC-HDMI/scripts/configure.sh': No such file or directory sudo: /home/root/Assistants-Pi/audio-drivers/USB-MIC-HDMI/scripts/configure.sh: command not found chmod: cannot access '/home/root/Assistants-Pi/audio-drivers/USB-MIC-HDMI/scripts/install-usb-mic-hdmi.sh': No such file or directory sudo: /home/root/Assistants-Pi/audio-drivers/USB-MIC-HDMI/scripts/install-usb-mic-hdmi.sh: command not found Audio set to be forced through HDMI.

kashifabidi commented 2 years ago

Looking at OP's repository, the file isn't even on GIT

kashifabidi commented 2 years ago

while executing command sudo /home/pi/Assistants-Pi/Alexa/startsample.sh it gave me error sudo: /home/pi/Assistants-Pi/Alexa/startsample.sh: command not found startsample.sh is not there in alexa folder

https://github.com/alexa/avs-device-sdk/issues/1003#issuecomment-536204106

Found this link somewhere, I am trying it now. Hope it helps us both.