Answers for "src/_portaudiomodule.c:29:10: fatal error: 'portaudio.h' file not found #include "portaudio.h" ^~~~~~~~~~~~~ 1 error generated. error: command 'clang' failed with exit status 1"

1

src/_portaudiomodule.c:29:10: fatal error: 'portaudio.h' file not found

brew install portaudio
Posted by: Guest on December-24-2019
1

src/_portaudiomodule.c:29:10: fatal error: 'portaudio.h' file not found

pip install --global-option='build_ext' --global-option='-I/usr/local/include' --global-option='-L/usr/local/lib' pyaudio
Posted by: Guest on December-24-2019

Code answers related to "src/_portaudiomodule.c:29:10: fatal error: 'portaudio.h' file not found #include "portaudio.h" ^~~~~~~~~~~~~ 1 error generated. error: command 'clang' failed with exit status 1"

Python Answers by Framework

Browse Popular Code Answers by Language