-1

So, I am trying to download PyAudio on Windows 10, but it displays error saying:

error: setup script exited with error: Microsoft Visual C++ 14.0 is required. 

I have already installed Microsoft Visual C++ but this error keeps coming up. Is there a solution to it?

1 Answers1

0

I would recommend you to install it manually.

Download the Correct Pyaudio Wheel file here:

https://www.lfd.uci.edu/~gohlke/pythonlibs/

Then after installing,

open you cmd,

Then type :

pip install{<path/to/the/whl/file>}

Hope this works