2019独角兽企业重金招聘Python工程师标准>>>
出现错误:
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fPIC -I/usr/local/python371/include/python3.7m -c src/_portaudiomodule.c -o build/temp.linux-aarch64-3.7/src/_portaudiomodule.osrc/_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
安装依赖包:
sudo yum -y install portaudio portaudio-devel