alexa-samples / Alexa-Gadgets-Raspberry-Pi-Samples

This repository enables you to prototype an Alexa Gadget using Raspberry Pi. It includes Python-based software, sample projects, and step-by-step instructional guides that walk you through how to use key features of the Alexa Gadgets Toolkit to create new, engaging customer interactions with gadget devices.
Other
91 stars 29 forks source link

unable to run launch.py #14

Closed toskyline closed 4 years ago

toskyline commented 4 years ago

ModuleNotFoundError : No module named 'apt'

vartakr commented 4 years ago

Please install python3-apt library.

sudo apt-get install --reinstall python3-apt

That should fix your issue. Thanks.