I am using python 2.7 in my windows 10 system. When i try to install pyaudio from command prompt using the command
easy_install pyaudio
I a
Look at the output:
Some externally hosted files were ignored as access to them may be unreliable
(use --allow-external pyaudio to allow).
You can install it adding extra arguments to pip:
pip install pyaudio --allow-external pyaudio --allow-unverified pyaudio
Also, do you have PortAudio installed?