0

I am trying to install the pyaudio module..I have tried several methods that were discussed previously on stackoverflow and other platforms related to pyaudio but nothing that were discussed were working correctly..I have installed all the required packages required to install pyaudio but nothing seems to be working.. I have the latest version of pip and i am using python 3.7 version...Here is what i am getting

ModuleNotFoundError: No module named 'pyaudio'
Joe Ann
  • 15
  • 6

2 Answers2

1

PyAudio hasn't been officially updated on PyPl yet to work with Python 3.7

First download the .whl file for your system from here. Then run pip again with this command:

pip install "path/to/your/.whl/file"

Libra
  • 2,544
  • 1
  • 8
  • 24
0

You can install pyaudio externally through website. Website : https://www.lfd.uci.edu/~gohlke/pythonlibs/

Search for PyAudio and download it