Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Activate the environment.
source /path/to/chainer/bin/activate
- Go to the Chainer environment.
cd /path/to/chainer
- Install Chainer.
pip3 install chainer==7.8.1 --trusted-host mirrors.tools.huawei.com -i http://mirrors.tools.huawei.com/pypi/simple
Information similar to the following is displayed:

Parent topic: Chainer 7.8.1 Porting Guide (Kylin V10)