alexa-pi / AlexaPiDEPRECATED

DEPRECATED - Use https://github.com/alexa-pi/AlexaPi instead ...Turn a Raspberry Pi into an Alexa Client
https://github.com/alexa-pi/AlexaPi
MIT License
587 stars 442 forks source link

ImportError: No module named alsaaudio #124

Closed jaydevs closed 7 years ago

jaydevs commented 8 years ago

File "main.py", line 7, in import alsaaudio ImportError: No module named alsaaudio

WillBishop commented 8 years ago

Please confirm you are using python and not python3

MRedRaider commented 7 years ago

I'm getting the same error. definitely using python. @jaydev1997 did you get this sorted?

jaydevs commented 7 years ago

@MRedRaider Yes i tried configured Audio Channels in Alsa and it sorted out... first confirm that you have Alsa with alsamixer

coach0742 commented 7 years ago

So I'm having this same issue and I can't figure out what is wrong. I have already modified main.py with the device name outputted by arecord -L, I have tested the mic with arecord and am getting input just fine. But every time I try to start up main.py, I get this error.

jaydevs commented 7 years ago

Please confirm you are using python and not python3 @coach0742

MRedRaider commented 7 years ago

I'm going to admit my mistake here, I'm working on a CHIP, followed that repo and when I googled this error got here and didn't think twice since I also have this running on a RPI sitting beside it. Sorry!

jaydevs commented 7 years ago

@MRedRaider Oh..thats ok mate...