安装Pyaudio-Whl [英] install Pyaudio - whl

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

问题描述

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

I tried to install PyAudio on Windows 7 64bit. Installing it with pip throws dependency errors which end up in the question how to satisfy those. So i tried to install it with wheel, the suggestion was to just use 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吗?

Any suggestion how to install pyaudio?

推荐答案

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

What version of pip do you have? Show the output pip -V. It might be necessary to have a current pip version 6 to install the whl. If this is not the case do pip install --upgrade pip (it might be necessary to start the console with admin rights).

您是否从 http://www.lfd.uci下载了该库. edu/〜gohlke/pythonlibs/#pyaudio ?我刚刚使用pip安装了此版本,并且可以正常工作.

Did you download the library from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio? I just installed this version with pip and it works.

您也可以从 http://people.csail下载安装程序exe. .mit.edu/hubert/pyaudio/#downloads 并像常规程序一样安装.

As an alternative you can download the installer exe from http://people.csail.mit.edu/hubert/pyaudio/#downloads and install it like a regular program.

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

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