当前位置: 首页 > 工具软件 > PortAudio > 使用案例 >

安装pyaudio过程中报错:“portaudio.h:没有那个文件或目录“

白才捷
2023-12-01

一、错误现象:

src/_portaudiomodule.c:29:23: 致命错误:portaudio.h:没有那个文件或目录
     #include "portaudio.h"
                           ^
    编译中断。
    error: command 'gcc' failed with exit status 1

二、解决办法:
步骤1:

yum -y install portaudio portaudio-devel

步骤2:

pip install pyaudio
 类似资料: