I tried to install pyaudio
, but it returns an error like this:
Could not build wheels for pyaudio, since package 'wheel' is not installed.
How can I fix this?
It looks like you just need to install the wheel
package.
You can do this by running pip install wheel
at the terminal.