1
shivv
4y

I have installed PyAudio but whenever i try to import it, it throws an error called "no module named PyAudio".
I have also googled abt it but didn't find any useful answers. Anybody have solution for this...

Comments
  • 4
    Pip install pyaudio? 🤔 Perhaps you're in a virtual environment
  • 0
    @theKarlisK pip install didn't worked out i have installed a whl file
  • 2
    @shivv what's the pip error?
  • 5
    Maybe you've installed the python 2 version while you're trying to use it with a python 3 interpreter?

    Happened to me with pip.
    Always install via pip3
Add Comment