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

numpy/arrayobject.h: No such file or directory #84

Closed StefanRu1 closed 4 years ago

StefanRu1 commented 4 years ago

Hi,

i get this problem when trying to install ledfx on Ubuntu 19.10

creating build/temp.linux-x86_64-3.7/python/gen x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Isrc -Ipython/gen -I/usr/include/python3.7m -c python/ext/aubiomodule.c -o build/temp.linux-x86_64-3.7/python/ext/aubiomodule.o In file included from python/ext/aubiomodule.c:2: python/ext/aubio-types.h:17:10: fatal error: numpy/arrayobject.h: No such file or directory 17 | #include <numpy/arrayobject.h> | ^~~~~ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1


Failed building wheel for aubio

Any idea?

Thanks Stefan

StefanRu1 commented 4 years ago

Sorry got it working, but soundcard is not detected in Virtual Box ... Nevertheless i close this issue and will try on Raspberry.

Thanks, Stefan