alexa-pi / AlexaPi

Alexa client for all your devices! # No active development. PRs welcome # consider https://github.com/respeaker/avs instead
MIT License
1.33k stars 396 forks source link

Alexa not active (Main PID: 3894) #469

Open nnsookoo opened 5 years ago

nnsookoo commented 5 years ago

This is what my status says: AlexaPi.service - Alexa client for all your devices Loaded: loaded (/usr/lib/systemd/system/AlexaPi.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Thu 2019-08-01 19:29:46 EDT; 12min ago Docs: https://github.com/alexa-pi/AlexaPi/wiki Main PID: 3894 (code=exited, status=1/FAILURE)

Aug 01 19:29:45 raspberrypi systemd[1]: Started Alexa client for all your devices. Aug 01 19:29:46 raspberrypi python3[3894]: Traceback (most recent call last): Aug 01 19:29:46 raspberrypi python3[3894]: File "/opt/AlexaPi/src/main.py", line 18, in Aug 01 19:29:46 raspberrypi python3[3894]: import yaml Aug 01 19:29:46 raspberrypi python3[3894]: ModuleNotFoundError: No module named 'yaml' Aug 01 19:29:46 raspberrypi systemd[1]: AlexaPi.service: Main process exited, code=exited, status=1/FAILURE Aug 01 19:29:46 raspberrypi systemd[1]: AlexaPi.service: Failed with result 'exit-code'.

Does anyone know how to fix this?