ahodges9 / LedFx

LedFx is a network based LED effect controller with support for advanced real-time audio effects! LedFx can control multiple devices and works great with cheap ESP8266 nodes allowing for cost effectvice syncronized effects across your entire house!
MIT License
384 stars 91 forks source link

Install with Anaconda and OSX Mac #61

Open auditdata opened 4 years ago

auditdata commented 4 years ago

Any ideas if this is possible? The Linux version does not work and as the windows version uses pywin32 that won't work either.

ahodges9 commented 4 years ago

What issues do you have with the Linux version?

auditdata commented 4 years ago

sudo apt-get does not work so installed brew. This is what happened

MacBook-Air:~ $ brew install portaudio19-dev
Error: No available formula with the name "portaudio19-dev" 
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
MacBook-Air:~ $ 

Don't know what to do now? :-) Thanks for commenting.

ahodges9 commented 4 years ago

Have you tried to conda instructions?

conda config --add channels conda-forge conda install aubio portaudio pip install ledfx

lpearl commented 4 years ago

@ahodges9 Everything is working on mac. The problem for most people that run LedFx will be conda. There is a problem right now on Catalina. You have to follow the directions online (follow the command line install) and you can only use the terminal instead of the GUI navigator. Just an FYI 👌