Windows中的pyaudio安装错误 [英] pyaudio installtion error in windows

查看:152
本文介绍了Windows中的pyaudio安装错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Windows 10系统中使用python 2.7。当我尝试使用命令从命令提示符安装pyaudio

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

我收到以下错误消息:

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

我也尝试过

pip install pyaudio

这一次收到此错误消息:

And this time getting this error message:

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

的所有发行版,请帮帮我。

Please help me out.Thanks in advance!!

推荐答案

查看输出:

Some externally hosted files were ignored as access to them may be unreliable    
(use --allow-external pyaudio to allow).

您可以安装它并在pip中添加额外的参数:

You can install it adding extra arguments to pip:

pip install pyaudio --allow-external pyaudio --allow-unverified pyaudio

此外,您是否已已安装PortAudio

这篇关于Windows中的pyaudio安装错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆