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
386 stars 90 forks source link

Linux Installation fails #126

Open gigalightstorm opened 4 years ago

gigalightstorm commented 4 years ago

Ubuntu 20.04 LTS Python 3.8.2

I tried to install ledfx with "pip3 install ledfx" (pip (without "3") was not found) Error message is that the file numpy/arrayobject.h is not found when trying to build wheel for aubio. Then "ledfx --open-ui" says command not found. If I try a second time no error message is displayed. (It says Requirement already satisfied for some packages, but does not install anything.) I tried with sudo, error message was displayed once again, but not in an second try.

bjornstevens commented 4 years ago

Try changing to Python Version. I run in Linux Mate (Ubuntu) Python version 3.6.9

bjornstevens commented 4 years ago

Try changing to Python Version. I run in Linux Mate (Ubuntu) Python version 3.6.9

Also don't forget to try removing all needed packages en reïnstalling them.

Dragi2k commented 3 years ago

Try Using : /home/pi/.local/bin/ledfx --open-ui