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

Installation failure #104

Closed steveof2620 closed 4 years ago

steveof2620 commented 4 years ago

Hi running command python3.6 -m pip install ledfx installation fails with: RuntimeError: Running cythonize failed! Running linux on a raspberry pi.

steveof2620 commented 4 years ago

Installed cylon with pip install Cython, still fails with the same error.

steveof2620 commented 4 years ago

Now the installation won't progress past Collecting aubio>=0.4.8 (from ledfx)

steveof2620 commented 4 years ago

OK, after about ten minutes the installation continued. Running ledfx --open-ui and getting -bash: ledfx: command not found.

steveof2620 commented 4 years ago

I re-installed, this time with sudo python3.6 -m pip install ledfx, seems to be working now.