I want to install pyaudio on my Windows 8 x64 machine. I have Python 2.7 x64 installed. Building from source is not an option for me, and anyway I have seen that it failed for others. The Python 2.7 x64 .exe from http://www.lfd.uci.edu/~gohlke/pythonlibs/ is not working. Is there another way to install? Are there any other places to download from? Thanks!
Asked
Active
Viewed 4,399 times
2 Answers
2
A very quick Google search yeieded the developers page with downloads. You can try the binary provided there.

feik
- 367
- 2
- 17
-
I missed this before, I see you have 64-bit Python. Why the adversion to compiling from source? – feik May 15 '13 at 20:35
-
This is the best link for anything regarding pyaudio on the whole web. Thanks. – akki Jan 14 '15 at 13:53
1
To solve it:
- open "Command Prompt" and type
cls
. - click on this Link (https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio)
- install a package based on your version of python and choose either 32 or 64 bit.
- after the download type
cd download
in "Command Prompt" - press "Enter"
- then type
pip install py
- finally click on "tab", then "Enter".
Your pyaudio is installed!

Toto Briac
- 908
- 9
- 29

Akshat
- 9
- 4