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.
Upgrading pip setuptools wheel did the trick for me.
pip install --upgrade pip setuptools wheel
This problem started appearing since I upgraded to pip 20. Here is some link i found useful Could not build wheels
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With