I am currently trying to install PyAudio on Python 3.7 but when I use the command "pip install pyaudio", an error message appears:
"command 'cl.exe' failed: No such file or directory".
I have already tried to modify the PATH but it doesn't work. I thought maybe someone could help me?
If you want to use PyAudio , it is best to download python version 3.6.
simpleaudio is strongly recommended, but pyaudio , ffplay , and avplay are alternative options.
WINDOWS
pip install pipwin
pipwin install pyaudio
This will install pyaudio
Use this link to download .whl
file according to the python version it supports.
For Python -3.7 use PyAudio‑0.2.11‑cp37‑cp37m‑win32.whl
Go and run this command on the Windows command prompt:
pip install PyAudio-0.2.11-cp37-cp37m-win32.whl
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