Skip to content

Instantly share code, notes, and snippets.

@clemaitre58
Created September 19, 2018 13:13
Show Gist options
  • Select an option

  • Save clemaitre58/7fd1ed39becaef73c4e4cd3ccbafd7d9 to your computer and use it in GitHub Desktop.

Select an option

Save clemaitre58/7fd1ed39becaef73c4e4cd3ccbafd7d9 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/tmp/pip-build-lxdgdl3u/llvmlite/ffi/build.py", line 153, in <module>
main()
File "/tmp/pip-build-lxdgdl3u/llvmlite/ffi/build.py", line 143, in main
main_posix('linux', '.so')
File "/tmp/pip-build-lxdgdl3u/llvmlite/ffi/build.py", line 105, in main_posix
raise RuntimeError(msg)
RuntimeError: Building llvmlite requires LLVM 6.0.x. 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
----------------------------------------
Failed building wheel for llvmlite
Running setup.py clean for llvmlite
Failed to build llvmlite
Installing collected packages: numpy, llvmlite, numba, DescGlob
Running setup.py install for llvmlite ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lxdgdl3u/llvmlite/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-dse4wl94-record/install-record.txt --single-version-externally-managed --compile --user --prefix=:
running install
running build
got version from file /tmp/pip-build-lxdgdl3u/llvmlite/llvmlite/_version.py {'full': '368c3ce9805a8efcb0ac034000e8f1804aa753ac', 'version': '0.24.0'}
running build_ext
/usr/bin/python3 /tmp/pip-build-lxdgdl3u/llvmlite/ffi/build.py
LLVM version... 3.8.1
Traceback (most recent call last):
File "/tmp/pip-build-lxdgdl3u/llvmlite/ffi/build.py", line 153, in <module>
main()
File "/tmp/pip-build-lxdgdl3u/llvmlite/ffi/build.py", line 143, in main
main_posix('linux', '.so')
File "/tmp/pip-build-lxdgdl3u/llvmlite/ffi/build.py", line 105, in main_posix
raise RuntimeError(msg)
RuntimeError: Building llvmlite requires LLVM 6.0.x. 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
----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lxdgdl3u/llvmlite/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-dse4wl94-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-lxdgdl3u/llvmlite/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment