A build occurs, and I install a number of dependencies. The one I can’t seem to resolve is llvmlite. It seems to require llvm 7.0 but this JetPack (4.3) seems to have llvm 6.0
Having trouble navigating this forum on the Xavier. I’ll paste error text when I get that to work.
ERROR: Failed building wheel for scipy
Building wheel for llvmlite (setup.py) … error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-2xprzlv7/llvmlite/setup.py’"’"’; file=’"’"’/tmp/pip-install-2xprzlv7/llvmlite/setup.py’"’"’;f=getattr(tokenize, ‘"’"‘open’"’"’, open)(file);code=f.read().replace(’"’"’\r\n’"’"’, ‘"’"’\n’"’"’);f.close();exec(compile(code, file, ‘"’"‘exec’"’"’))’ bdist_wheel -d /tmp/pip-wheel-8jeoj9sb
cwd: /tmp/pip-install-2xprzlv7/llvmlite/
Complete output (15 lines):
running bdist_wheel
/usr/bin/python3 /tmp/pip-install-2xprzlv7/llvmlite/ffi/build.py
LLVM version… 6.0.0
Traceback (most recent call last):
File “/tmp/pip-install-2xprzlv7/llvmlite/ffi/build.py”, line 168, in
main()
File “/tmp/pip-install-2xprzlv7/llvmlite/ffi/build.py”, line 158, in main
main_posix(‘linux’, ‘.so’)
File “/tmp/pip-install-2xprzlv7/llvmlite/ffi/build.py”, line 120, in main_posix
raise RuntimeError(msg)
RuntimeError: Building llvmlite requires LLVM 7.0+ Be sure to set LLVM_CONFIG to the right executable path.
Read the documentation at http://llvmlite.pydata.org/ for more information about building llvmlite.
error: command ‘/usr/bin/python3’ failed with exit status 1
ERROR: Failed building wheel for llvmlite
Running setup.py clean for llvmlite
Successfully built nemo-asr
Failed to build scipy llvmlite
ERROR: Could not build wheels for scipy which use PEP 517 and cannot be installed directly
nvidia@josephXavier:~/Downloads/nemo_asr-0.9.0$