gpt4 book ai didi

python - 安装 Pyaudio -whl

转载 作者:行者123 更新时间:2023-11-30 23:13:28 36 4
gpt4 key购买 nike

我尝试在 Windows 7 64 位上安装 PyAudio。使用 pip 安装它会引发依赖错误,最终导致如何满足这些错误。所以我尝试用wheel安装它,建议是只使用pip install:

D:\Programming\Kivy>dir
...
27.03.2015 08:11 113.556 PyAudio.whl

D:\Programming\Kivy>pip install PyAudio.whl
Downloading/unpacking PyAudio.whl
Could not find any downloads that satisfy the requirement PyAudio.whl
No distributions at all found for PyAudio.whl
Storing complete log in C:\Users\WindowsPro\AppData\Roaming\pip\pip.log

对如何安装 pyaudio 有什么建议吗?

最佳答案

您使用的 pip 版本是什么?显示输出pip -V。可能需要有当前的 pip 版本 6 才能安装 whl。如果不是这种情况,请执行pip install --upgrade pip(可能需要使用管理员权限启动控制台)。

您是否从 http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio 下载了该库? ?我刚刚用 pip 安装了这个版本,它可以工作。

作为替代方案,您可以从 http://people.csail.mit.edu/hubert/pyaudio/#downloads 下载安装程序 exe并像常规程序一样安装它。

关于python - 安装 Pyaudio -whl,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29295494/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com