Answers for "fatal error 'portaudio.h' file not found"

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 "fatal error 'portaudio.h' file not found"

Python Answers by Framework

Browse Popular Code Answers by Language