Hello All!
Brand new to this forum and have encountered every issue that I can imagine. I've followed every guide, debug, etc and I cannot seem to get this AIY kit to run! I'm also brand new to the whole coding/github forum thing, so please let me know what it is that I need to post in terms of code and I'll do anything I can.
The last guide I attempted was the recommendation by McLemming, however I'm still getting error codes and can't run the AlexaPi service. Here is the latest status that I received:
Code: Select all
pi@raspberrypi:~/aiyprojects-raspbian $ sudo systemctl status AlexaPi.service
* AlexaPi.service - Alexa client for all your devices
Loaded: loaded (/usr/lib/systemd/system/AlexaPi.service; enabled)
Active: failed (Result: exit-code) since Sun 2019-07-14 10:26:31 MDT; 16min ago
Docs: https://github.com/alexa-pi/AlexaPi/wiki
Main PID: 576 (code=exited, status=1/FAILURE)
Jul 14 10:26:30 raspberrypi systemd[1]: Starting Alexa client for all your d....
Jul 14 10:26:30 raspberrypi systemd[1]: Started Alexa client for all your de....
Jul 14 10:26:31 raspberrypi python3[576]: Traceback (most recent call last):
Jul 14 10:26:31 raspberrypi python3[576]: File "/opt/AlexaPi/src/main.py", l...>
Jul 14 10:26:31 raspberrypi python3[576]: import yaml
Jul 14 10:26:31 raspberrypi python3[576]: ImportError: No module named 'yaml'
Jul 14 10:26:31 raspberrypi systemd[1]: AlexaPi.service: main process exited...E
Jul 14 10:26:31 raspberrypi systemd[1]: Unit AlexaPi.service entered failed ....
Jul 14 10:35:12 raspberrypi systemd[1]: Stopped Alexa client for all your de....
Hint: Some lines were ellipsized, use -l to show in full.
and:
Code: Select all
pi@raspberrypi:~ $ sudo systemctl status AlexaPi.service
* AlexaPi.service - Alexa client for all your devices
Loaded: loaded (/usr/lib/systemd/system/AlexaPi.service; enabled)
Active: failed (Result: exit-code) since Sun 2019-07-14 10:26:31 MDT; 34min ago
Docs: https://github.com/alexa-pi/AlexaPi/wiki
Main PID: 576 (code=exited, status=1/FAILURE)
Jul 14 10:26:30 raspberrypi systemd[1]: Starting Alexa client for all your d....
Jul 14 10:26:30 raspberrypi systemd[1]: Started Alexa client for all your de....
Jul 14 10:26:31 raspberrypi python3[576]: Traceback (most recent call last):
Jul 14 10:26:31 raspberrypi python3[576]: File "/opt/AlexaPi/src/main.py", l...>
Jul 14 10:26:31 raspberrypi python3[576]: import yaml
Jul 14 10:26:31 raspberrypi python3[576]: ImportError: No module named 'yaml'
Jul 14 10:26:31 raspberrypi systemd[1]: AlexaPi.service: main process exited...E
Jul 14 10:26:31 raspberrypi systemd[1]: Unit AlexaPi.service entered failed ....
Jul 14 10:35:12 raspberrypi systemd[1]: Stopped Alexa client for all your de....
Hint: Some lines were ellipsized, use -l to show in full.
If there is somewhere else for me to locate the logs or errors that might be able to solve this, just tell me how to access/execute them and I'll gladly post! Just want to get this thing up and running.
Thank you all in advanced!