Skip to content
Advertisement

i cant install pyaudio, a weird error is showing up?

i used command pip3 install pyaudio,this error shows up

btw, im using ubuntu 20.04

i was using speech recogniser module in python but this error shows up

and im using visual studio code

any thoughts?

JavaScript

any answers?

Advertisement

Answer

There are a few more dependencies which have to be manually installed before using python’s pyaudio.
Execute these commands and you must be fine:

JavaScript

You might also refer to this GitHub Gist.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement