[PYTHON] Installez numba sur CentOS 7.2

numba peut être facilement installé avec conda, mais pour diverses raisons, je l'ai installé avec pip. Voici la procédure. De plus, Python utilise 2.7.

1. Installez cmake

  1. Téléchargez cmake-3.7.0-rc1-Linux-x86_64.sh depuis https://cmake.org/download/
  2. À la destination du téléchargement (par exemple / home / user / download), sh cmake-3.7.0-rc1-Linux-x86_64.sh
  3. Le répertoire cmake-3.7.0-rc1-Linux-x86_64 est créé et cmake y est installé

2. Installez LLVM

  1. Téléchargez le code source de LLVM depuis http://llvm.org/releases/download.html#3.8.1
  2. À la destination du téléchargement (par exemple / home / user / download), tar xvfJ llvm-3.8.1.src.tar.xz
  3. cd llvm-3.8.1.src
  4. mkdir build
  5. cd build
  6. ../../cmake-3.7.0-rc1-Linux-x86_64/bin/cmake ..
  7. make
  8. sudo make install

3. Installez llvmlite

  1. su
  2. export LLVM_CONFIG=/usr/local/bin/llvm-config
  3. yum install libstdc++-static
  4. pip install llvmlite
  5. exit

4. Installez numba

  1. sudo pip install numba

5. test numba

  1. Reportez-vous à http://yutori-datascience.hatenablog.com/entry/2014/12/09/235628 Créé et exécuté un programme de test dans ⇒ Cela a fonctionné correctement!

Recommended Posts

Installez numba sur CentOS 7.2
Installez Faiss sur CentOS 7
Installez Python3.4 sur CentOS 6.6
Installez mecab-python sur CentOS
Installez Python 2.7.3 sur CentOS 5.4
Installez awscli sur centos7
Installer Chainer sur CentOS 6.7
Installez la série ImageMagick-6.2.x sur CentOS7.7
Installez Python 3.8 sur CentOS 7 (SCL)
Installez numba sur Mac
Installez Chrome sur la série CentOS 7
Installez Python 3.8 sur CentOS 8 (AppStream)
Étapes pour installer MySQL 8.0 sur CentOS 8.1
raspberry pi 4 centos7 installer sur docker
Étapes pour installer VirtualBox sur CentOS
Installez java (Oracle JDK14) sur CentOS7
Comment installer PyPy sur CentOS
Comment installer TensorFlow sur CentOS 7
Installez pip sur CentOS7. Aussi iPython.
Installez VirtualBox sur CentOS 7 sur VirtualBox (mac + vagrant)
Installer Python sur CentOS à l'aide de Pyenv
Comment installer Maven sur CentOS
Note d'étude 9_Install Jenkins sur CentOS7
Installez Python sur CentOS en utilisant pyenv
CentOS8 --Installer --Django
CentOS8 --Installer --Python3
Activez la commande sar sur CentOS (installez sysstat)
Comment installer Apache (httpd) sur CentOS7
Comment installer Eclipse GlassFish 5.1.0 sur CentOS7
Comment installer Apache (httpd) sur CentOS8
Installez PostgreSQL à partir du code source sur CentOS
Installez pyenv et rbenv à l'échelle du système sur CentOS
Installer mecab sur Marvericks
Installez Tensorflow sur Mac
Installer python sur WSL
Installer pip sur Mavericks
Installez Python sur Pidora.
Installez mongodb sur termux
Installer docker sur Fedora31
Installez Ansible sur Mac
[Ansible] Installer dnf sur Centos7 avec l'interpréteur Python3
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez Plone (4.3.6) sur MacOSX (10.10.3)
Installez PySide2 sur Ubuntu
installation de numba sur mac
Installer gensim sur Marvericks
Installez JModelica sur Ubuntu
Installez Anaconda sur Windows 10
Installez numpy sur Marvericks
Installez python sur Windows
Installer enebular-agent sur le livre Chrome
Installez pycuda sur Windows10
Installez aws-cli sur MacPorts
Installez pygraphviz sur Windows 10
Installez Docker sur AWS
Installez Python 3.3 sur Ubuntu 12.04
[Échec] Installer le clone de débordement de pile Askbot sur CentOS 6.4
Installez Chainer 1.5.0 sur Windows
Installez Python 3.4 sur Mac