gpt4 book ai didi

python - 在 Mint 上为 Python3 安装 PyAudio 时遇到问题

转载 作者:太空狗 更新时间:2023-10-30 00:44:12 25 4
gpt4 key购买 nike

我按照说明操作 here我在安装时遇到了问题。基本上,第一部分工作正常。我下载了 portaudio,按照说明操作,似乎一切正常。

但是,当我尝试python3 setup.py install 时,出现错误。错误来自/src/_portaudiomodule.c 文件,它说“找不到文件 Python.h”。我真的不明白发生了什么,因为当我提取 PyAudio 存档时没有 Python.h 文件。我不知道 Python.h 文件应该来自哪里。

我对 unix 系统有点菜鸟,所以我很容易在某个地方犯错误。几个小时以来,我一直在努力解决这个问题,但到目前为止我还没有运气。预先感谢您的帮助!

最佳答案

使用 conda 安装最新版本的 pyaudio:

source activate -your environment name-

pip install pyaudio

从pip安装时,您可能会遇到以下错误:

src/_portaudiomodule.c:29:23: fatal error: portaudio.h: No such file or directory
#include "portaudio.h"
compilation terminated.
error: command 'gcc' failed with exit status 1

那是因为你没有安装PortAudio开发包。安装它:

sudo apt-get install portaudio19-dev

关于python - 在 Mint 上为 Python3 安装 PyAudio 时遇到问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32879614/

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