Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pi freezes at 97% while installing alexa #139

Open
sagarumathe opened this issue Mar 31, 2020 · 1 comment
Open

Pi freezes at 97% while installing alexa #139

sagarumathe opened this issue Mar 31, 2020 · 1 comment

Comments

@sagarumathe
Copy link
Contributor

I followed the readme file and while installing alexa, it downloaded files successfully and while extracting them the screen freezes at 97% and the pi restarts after some time. Not being able to proceed forward. I am using a raspberry pi 3B with raspbian buster OS

@gudiom
Copy link

gudiom commented Jun 9, 2020

Try the following to build it manually:

cd /home/pi/Assistants-Pi/Alexa/build
sudo cmake /home/pi/Assistants-Pi/Alexa/avs-device-sdk \
 -DSENSORY_KEY_WORD_DETECTOR=ON \
 -DSENSORY_KEY_WORD_DETECTOR_LIB_PATH=/home/pi/Assistants-Pi/Alexa/third-party/alexa-rpi/lib/libsnsr.a \
 -DSENSORY_KEY_WORD_DETECTOR_INCLUDE_DIR=/home/pi/Assistants-Pi/Alexa/third-party/alexa-rpi/include \
 -DGSTREAMER_MEDIA_PLAYER=ON \
 -DPORTAUDIO=ON \
 -DPORTAUDIO_LIB_PATH=/home/pi/Assistants-Pi/Alexa/third-party/portaudio/lib/.libs/libportaudio.a \
 -DPORTAUDIO_INCLUDE_DIR=/home/pi/Assistants-Pi/Alexa/third-party/portaudio/include
sudo make

Then restart the installer:

sudo /home/pi/Assistants-Pi/scripts/installer.sh  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants