How to Install python-llvmlite in Ubuntu 18.04



Install python-llvmlite by entering the following commands in the terminal:

sudo apt update
sudo apt install python-llvmlite

Description:

LLVM Python binding for writing JIT compilers

llvmlite uses the LLVM library for JIT (just-in-time) compilation of Python code into native machine instructions during runtime. Instead of exposing large parts of the LLVM C++ API for direct calls into the LLVM library, llvmlite follows a lightweight multi-layered approach. . This package contains the modules and the binding for Python 2.

Homepage: http://llvmlite.pydata.org/

Version: 0.19.0-2

Section: universe/python