Search code examples
pythonpyaudiopython-wheel

Could not build wheels for pyaudio, since package 'wheel' is not installed


I tried to install pyaudio, but it returns an error like this:

Could not build wheels for pyaudio, since package 'wheel' is not installed.

picture of the terminal

How can I fix this?


Solution

  • It looks like you just need to install the wheel package. You can do this by running pip install wheel at the terminal.