Linux へのインストール

前提条件

このインストールの手順では、ほとんどの Linux 64-bit システムに pip を使用して NNabla をインストールする方法を説明します。

The supported Python versions for provided binary packages are 3.8, 3.9, 3.10.

Python are installed by:

sudo apt-get update
sudo apt-get install python3 python3-pip

You can also use another distribution.(e.g. pyenv as a Python distribution.)

インストール

PIP を使用した NNabla パッケージのインストール を参照してください。

FAQ

Q. 他の linux ディストリビューションを使いたいのですが、どうしたらいいでしょうか?

We actually tested other linux distributions and versions; Ubuntu 18.04, 20.04, CentOS 8, RockyLinux 8, Fedora 29 and RHEL 8 on various environments; Baremetal server, AWS instance, and/or Docker machine. Thus, you can install in almost the same way described here. The details of how-to-install for each are coming soon.