Hi ,I was trying to install numba using “pip3 install numba” i have python 3.6.5 installed .But always failed building wheels for numba ,llvmlite and numpy.
I wanted to ask can i really install numba on Xilinx ZCU104 ,according to support page i should be able to as ARMV8 is supported
My error stack trace is
^~~~~
numba/np/ufunc/tbbpool.cpp: In constructor ‘fix_tls_observer::fix_tls_observer(tbb::interface7::task_arena&, int)’:
numba/np/ufunc/tbbpool.cpp:87:108: error: no matching function for call to ‘tbb::internal::task_scheduler_observer_v3::task_scheduler_observer
_v3(tbb::interface7::task_arena&)’
fix_tls_observer(tbb::task_arena &arena, int mask) : tbb::task_scheduler_observer(arena), mask_val(mask)
^
In file included from /usr/include/tbb/tbb.h:79:0,
from numba/np/ufunc/tbbpool.cpp:15:
/usr/include/tbb/task_scheduler_observer.h:65:5: note: candidate: tbb::internal::task_scheduler_observer_v3::task_scheduler_observer_v3()
task_scheduler_observer_v3() : my_proxy(NULL) { my_busy_count.store(0); }
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/tbb/task_scheduler_observer.h:65:5: note: candidate expects 0 arguments, 1 provided
/usr/include/tbb/task_scheduler_observer.h:40:7: note: candidate: constexpr tbb::internal::task_scheduler_observer_v3::task_scheduler_observer
_v3(const tbb::internal::task_scheduler_observer_v3&)
class task_scheduler_observer_v3 {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/tbb/task_scheduler_observer.h:40:7: note: no known conversion for argument 1 from ‘tbb::interface7::task_arena’ to ‘const tbb::
internal::task_scheduler_observer_v3&’
error: Command “aarch64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.6-3.6.5=
. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I
/usr/include -I/usr/include/python3.6m -c numba/np/ufunc/tbbpool.cpp -o build/temp.linux-aarch64-3.6/numba/np/ufunc/tbbpool.o -std=c++11” failed
with exit status 1
Failed building wheel for numba
Running setup.py clean for numba
Running setup.py bdist_wheel for llvmlite … error