加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > Python > 正文

python – Windows中的pyaudio安装错误

发布时间:2020-12-20 13:52:29 所属栏目:Python 来源:网络整理
导读:我在我的 Windows 10系统中使用python 2.7.当我尝试使用命令从命令提示符安装pyaudio时 easy_install pyaudio 我收到以下错误消息: Microsoft Windows [Version 10.0.10240](c) 2015 Microsoft Corporation. All rights reserved.C:UsersAnkiteasy_instal
我在我的 Windows 10系统中使用python 2.7.当我尝试使用命令从命令提示符安装pyaudio时

easy_install pyaudio

我收到以下错误消息:

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

C:UsersAnkit>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.8setup.py -q bdist_egg --dist-dir

 c:usersankitappdatalocaltempeasy_install-ejvxxcPyAudio-0.2.8egg-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.0VCBINcl.exe"' failed with exit status 2

我也试过了

pip install pyaudio

这次收到此错误消息:

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

C:UsersAnkit>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

请帮帮我.谢谢!

解决方法

看看输出:

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

您可以安装它为pip添加额外的参数:

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

另外,你有PortAudio installed吗?

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读