pyaudio installtion Fehler in windows

Ich bin mit python 2.7 in meinem windows 10-system. Wenn ich versuche zu installieren pyaudio von der Eingabeaufforderung aus mit dem Befehl

easy_install pyaudio

Ich bin immer folgende Fehlermeldung:

Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.

C:\Users\Ankit>easy_install pyaudio
Searching for pyaudio

Reading http://pypi.python.org/simple/pyaudio/
Best match: pyaudio 0.2.8

Downloading http://people.csail.mit.edu/hubert/pyaudio/packages/pyaudio-0.2.8.tar.gz#md5=

Processing pyaudio-0.2.8.tar.gz
Running PyAudio-0.2.8\setup.py -q bdist_egg --dist-dir

 c:\users\ankit\appdata\local\temp\easy_install-ejvxxc\PyAudio-0.2.8\egg-dist-tmp-42gjeh

warning: no files found matching '*.c' under directory 'test'

_portaudiomodule.c
src/_portaudiomodule.c(29) : fatal error C1083: Cannot open include file:

 'portaudio.h': No such file or directory

 error: Setup script exited with error: command '"C:\Program Files(x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"' failed with exit status 2

Ich habe auch versucht

pip install pyaudio

Und diese Zeit immer diese Fehlermeldung:

Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.

C:\Users\Ankit>pip install pyaudio

You are using pip version 6.0.8, however version 7.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Collecting pyaudio

Could not find any downloads that satisfy the requirement pyaudio
Some externally hosted files were ignored as access to them may be unreliable

 (use --allow-external pyaudio to allow).

No distributions at all found for pyaudio

Bitte helfen Sie mir.Vielen Dank im Voraus!!

InformationsquelleAutor user3766871 | 2015-08-22

Schreibe einen Kommentar