我正在尝试在Python3.7上安装PyAudio。
问题是,当我尝试一个简单的import pyaudio时,它会打印:
Please build and install the PortAudio Python bindings first.
根据this post的说法,这个问题可以通过下载二进制文件并安装轮子来解决。
但是,pip install PyAudio-0.2.11-cp37-cp37m-win_amd64.whl仅显示:
Cannot uninstall 'PyAudio'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
有没有其他方法可以完全删除PyAudio来尝试第一个解决方案,或者我必须手动构建PortAudio?
我运行的是64位Windows 10。
https://stackoverflow.com/questions/52464679
复制相似问题