Skip to content

Instantly share code, notes, and snippets.

View MiaoDX's full-sized avatar
🎯
Focusing

MiaoDX MiaoDX

🎯
Focusing
View GitHub Profile
@MiaoDX
MiaoDX / Numba_16.04.md
Created July 1, 2020 13:36 — forked from dapperfu/Numba_16.04.md
Installing Numba (requiring llvm) on Ubuntu 16.04

Installing Numba from pip fails since Ubuntu 16.04 only has up through llvm-3.8 in its repositories.

As of version 0.16.0, llvmlite requires LLVM 3.9. It does not support earlier or later versions of LLVM.

Install LLVM-3.9 through the LLVM's Debian/Ubuntu packages (http://apt.llvm.org/).

Add: