I have installed homebrew.
I was trying install PyAudio but to install PyAudio I had to install portaudio . I wrote " brew install portaudio " in terminal and I got many errors.
Error: No available formula or cask with the name "portaudio".
fatal: Needed a single revision ==> Searching for similarly named formulae... Error: No similarly named formulae found. Error: No available formula or cask with the name "portaudio". ==> Searching for a previously deleted formula (in the last month)... Error: No previously deleted formula found. ==> Searching taps on GitHub... Error: No formulae found in taps.
After this I tried " pip install pyaudio " and got more errors. enter image description here