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

Unable to start ledfx #60

Open theSC opened 4 years ago

theSC commented 4 years ago

Raspbian Buster-lite.

Installing ledfx seems to have succeeded but upon trying to start ledfx I get the following errors:

Traceback (most recent call last): File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/init.py", line 17, in from . import multiarray File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/multiarray.py", line 14, in from . import overrides File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/overrides.py", line 7, in from numpy.core._multiarray_umath import ( ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/pi/.local/bin/ledfx", line 6, in from ledfx.main import main File "/home/pi/.local/lib/python3.7/site-packages/ledfx/main.py", line 26, in from ledfx.core import LedFxCore File "/home/pi/.local/lib/python3.7/site-packages/ledfx/core.py", line 11, in from ledfx.http import HttpServer File "/home/pi/.local/lib/python3.7/site-packages/ledfx/http.py", line 7, in import numpy as np File "/home/pi/.local/lib/python3.7/site-packages/numpy/init.py", line 142, in from . import core File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/init.py", line 47, in raise ImportError(msg) ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy c-extensions failed.

Note: this error has many possible causes, so please don't comment on an existing issue about this - open a new one instead.

Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory

theSC commented 4 years ago

Anything?

theSC commented 4 years ago

Would still love any help someone could give me. This is a fresh install of the OS and ledfx with nothing else. I am at a loss as to what to do

ahodges9 commented 4 years ago

Are you trying to install on RaspberryPi? Have you tried following the instructions here? #62

theSC commented 4 years ago

Yes I am using a RaspberryPi. The linked instructions fail for me at conda create -n ledfx. I get "illegal instruction"