scottlawsonbc / audio-reactive-led-strip

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
2.7k stars 642 forks source link

OSX Brew Install - Missing Files #335

Open anthonyjclarke opened 3 years ago

anthonyjclarke commented 3 years ago

Hi, when executing :

pip3 install pyqtgraph pip3 install pyaudio

I receive the following errors, any ideas?

brew install pyqtgraph ==> Tapping homebrew/cask Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask'... remote: Enumerating objects: 577243, done. remote: Counting objects: 100% (151/151), done. remote: Compressing objects: 100% (86/86), done. remote: Total 577243 (delta 87), reused 128 (delta 65), pack-reused 577092 Receiving objects: 100% (577243/577243), 254.05 MiB | 18.80 MiB/s, done. Resolving deltas: 100% (407649/407649), done. Tapped 3921 casks (4,000 files, 272.5MB). ==> Searching for similarly named formulae... Error: No similarly named formulae found. Error: No available formula or cask with the name "pyqtgraph". ==> 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.

brew install pyaudio
==> Searching for similarly named formulae... Error: No similarly named formulae found. Error: No available formula or cask with the name "pyaudio". ==> 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.

Thanks

joeybab3 commented 3 years ago

Are you trying to use brew to install pyaudio?