Python | pyaudioインストール時の’portaudio.h’ file not found #include “portaudio.h”の対処方法

Python

pyaudioインストール時の’portaudio.h’ file not found #include “portaudio.h”の対処方法を説明する。

結論

brew updateする。少し時間がかかる。

brew update

portaudioをインストールする。

pip install portaudio

pyaudioをインストールする。

pip install pyaudio

まとめ

pyaudioインストール時の’portaudio.h’ file not found #include “portaudio.h”の対処方法を説明した。

コメント