ubuntu-14.10

Getting python Numba working on Ubuntu 14.10 or Fedora 21 with python 2.7

余生颓废 提交于 2019-11-28 22:49:25
Recently, I have had a frustrating time to get python Numba working on Ubuntu or Fedora Linux. The main problem has been with the compilation of llvmlite. What do I need to install for these to compile properly? Alexis King The versions I got working at the end were numba-0.17.0 (also 0.18.2) and llvmlite-0.2.2 (also 0.4.0). Here are the relevant dependencies and configuration options on Ubuntu and Fedora. For Ubuntu 14.04 *Trusty) sudo apt-get install zlib1g zlib1g-dev libedit libedit-dev llvm-3.8 llvm-3.8-dev llvm-dev sudo pip install enum34 funcsigs LLVM_CONFIG=/usr/bin/llvm-config-3.8 pip

Getting python Numba working on Ubuntu 14.10 or Fedora 21 with python 2.7

 ̄綄美尐妖づ 提交于 2019-11-27 14:26:35
问题 Recently, I have had a frustrating time to get python Numba working on Ubuntu or Fedora Linux. The main problem has been with the compilation of llvmlite. What do I need to install for these to compile properly? 回答1: The versions I got working at the end were numba-0.17.0 (also 0.18.2) and llvmlite-0.2.2 (also 0.4.0). Here are the relevant dependencies and configuration options on Ubuntu and Fedora. For Ubuntu 14.04 *Trusty) sudo apt-get install zlib1g zlib1g-dev libedit libedit-dev llvm-3.8