我试图在 Windows 7 64 位上安装 PyAudio。使用 pip 安装它会引发依赖错误,最终导致问题是如何满足这些错误。所以我尝试用轮子安装它,建议只使用 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?