Closed jaydevs closed 8 years ago
Please confirm you are using python
and not python3
I'm getting the same error. definitely using python. @jaydev1997 did you get this sorted?
@MRedRaider Yes i tried configured Audio Channels in Alsa and it sorted out... first confirm that you have Alsa with alsamixer
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.
Please confirm you are using python and not python3 @coach0742
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!
@MRedRaider Oh..thats ok mate...
File "main.py", line 7, in
import alsaaudio
ImportError: No module named alsaaudio