i’m trying to download the library numba on my Jetson Nano. I followed the instruction described in this tutorial:
https://github.com/epicmario7133/install-Packages-Jetson-ARM-Family/blob/master/README.md
but i got this error:
``nvidia@nvidia-desktop:~$ pip3 install numba==0.47
Defaulting to user installation because normal site-packages is not writeable
Collecting numba==0.47
Downloading numba-0.47.0.tar.gz (1.9 MB)
|████████████████████████████████| 1.9 MB 2.2 MB/s
Requirement already satisfied: llvmlite>=0.31.0dev0 in ./.local/lib/python3.6/site-packages (from numba==0.47) (0.36.0)
Requirement already satisfied: numpy in ./.local/lib/python3.6/site-packages (from numba==0.47) (1.19.5)
Requirement already satisfied: setuptools in ./.local/lib/python3.6/site-packages (from numba==0.47) (57.0.0)
Building wheels for collected packages: numba
Building wheel for numba (setup.py) … error
ERROR: Command errored out with exit status -4:
command: /usr/bin/python3.6 -u -c ‘import io, os, sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-yuxpeptm/numba_3045ac3c092f4285876678b04c6cc35a/setup.py’“'”‘; file =’“'”‘/tmp/pip-install-yuxpeptm/numba_3045ac3c092f4285876678b04c6cc35a/setup.py’“'”‘;f = getattr(tokenize, ‘"’“‘open’”’“‘, open)( file ) if os.path.exists( file ) else io.StringIO(’”‘“‘from setuptools import setup; setup()’”’“‘);code = f.read().replace(’”‘"’\r\n’“'”‘, ‘"’"’\n’“'”‘);f.close();exec(compile(code, file , ‘"’“‘exec’”’"‘))’ bdist_wheel -d /tmp/pip-wheel-d0h5x_il
cwd: /tmp/pip-install-yuxpeptm/numba_3045ac3c092f4285876678b04c6cc35a/
Complete output (0 lines):
ERROR: Failed building wheel for numba
Running setup.py clean for numba
ERROR: Command errored out with exit status -4:
command: /usr/bin/python3.6 -u -c ‘import io, os, sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-yuxpeptm/numba_3045ac3c092f4285876678b04c6cc35a/setup.py’“'”‘; file =’“'”‘/tmp/pip-install-yuxpeptm/numba_3045ac3c092f4285876678b04c6cc35a/setup.py’“'”‘;f = getattr(tokenize, ‘"’“‘open’”’“‘, open)( file ) if os.path.exists( file ) else io.StringIO(’”‘“‘from setuptools import setup; setup()’”’“‘);code = f.read().replace(’”‘"’\r\n’“'”‘, ‘"’"’\n’“'”‘);f.close();exec(compile(code, file , ‘"’“‘exec’”’"‘))’ clean --all
cwd: /tmp/pip-install-yuxpeptm/numba_3045ac3c092f4285876678b04c6cc35a
Complete output (0 lines):
ERROR: Failed cleaning build dir for numba
Failed to build numba
Installing collected packages: numba
Running setup.py install for numba … error
ERROR: Command errored out with exit status -4:
command: /usr/bin/python3.6 -u -c ‘import io, os, sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-yuxpeptm/numba_3045ac3c092f4285876678b04c6cc35a/setup.py’“'”‘; file =’“'”‘/tmp/pip-install-yuxpeptm/numba_3045ac3c092f4285876678b04c6cc35a/setup.py’“'”‘;f = getattr(tokenize, ‘"’“‘open’”’“‘, open)( file ) if os.path.exists( file ) else io.StringIO(’”‘“‘from setuptools import setup; setup()’”’“‘);code = f.read().replace(’”‘"’\r\n’“'”‘, ‘"’"’\n’“'”‘);f.close();exec(compile(code, file , ‘"’“‘exec’”’"‘))’ install --record /tmp/pip-record-kvb8y68o/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/nvidia/.local/include/python3.6m/numba
cwd: /tmp/pip-install-yuxpeptm/numba_3045ac3c092f4285876678b04c6cc35a/
Complete output (0 lines):
ERROR: Command errored out with exit status -4: /usr/bin/python3.6 -u -c ‘import io, os, sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-yuxpeptm/numba_3045ac3c092f4285876678b04c6cc35a/setup.py’“'”‘; file =’“'”‘/tmp/pip-install-yuxpeptm/numba_3045ac3c092f4285876678b04c6cc35a/setup.py’“'”‘;f = getattr(tokenize, ‘"’“‘open’”’“‘, open)( file ) if os.path.exists( file ) else io.StringIO(’”‘“‘from setuptools import setup; setup()’”’“‘);code = f.read().replace(’”‘"’\r\n’“'”‘, ‘"’"’\n’“'”‘);f.close();exec(compile(code, file , ‘"’“‘exec’”’"‘))’ install --record /tmp/pip-record-kvb8y68o/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/nvidia/.local/include/python3.6m/numba Check the logs for full command output.
WARNING: You are using pip version 21.1.3; however, version 21.2.4 is available.
You should consider upgrading via the ‘/usr/bin/python3.6 -m pip install --upgrade pip’ command.