ubuntu 16.04
llvmlite == 0.31.0
numba == 0.48.0
python== 3.6
I use conda -c numba install llvmlite and numba,but when i test numba -v I got this error:
Traceback (most recent call last):
File “/home/topeet/miniforge3/envs/pytorch/bin/numba”, line 7, in
from numba.numba_entry import main
File “/home/topeet/miniforge3/envs/pytorch/lib/python3.6/site-packages/numba/init.py”, line 30, in
from .decorators import (cfunc, generated_jit, jit, njit, stencil, jit_module)
File “/home/topeet/miniforge3/envs/pytorch/lib/python3.6/site-packages/numba/decorators.py”, line 14, in
from .targets import registry
File “/home/topeet/miniforge3/envs/pytorch/lib/python3.6/site-packages/numba/targets/registry.py”, line 5, in
from . import cpu
File “/home/topeet/miniforge3/envs/pytorch/lib/python3.6/site-packages/numba/targets/cpu.py”, line 11, in
from .base import BaseContext, PYOBJECT
File “/home/topeet/miniforge3/envs/pytorch/lib/python3.6/site-packages/numba/targets/base.py”, line 18, in
from numba import _dynfunc, _helperlib
ImportError: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.27’ not found (required by /home/topeet/miniforge3/envs/pytorch/lib/python3.6/site-packages/numba/_helperlib.cpython-36m-aarch64-linux-gnu.so)
I need help ,thanks.
Do you mean, you ran numba -s?