Attribute error in Speech recognition


Sir I’m facing this error after “python3 -m speech_recognition” step
please please resolve my issue @ashwin.salgaocar

@amishagupta9149 Seems like you need to upgrade the pyaudio version. You can do this by running the following commands on your terminal:

sudo pip install PyAudio
pip install --upgrade PyAudio