Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Activate the environment.
source /path/to/theano/bin/activate
- Go to the Theano environment.
cd /path/to/theano
- Download SciPy.
wget https://github.com/scipy/scipy/releases/download/v1.7.3/scipy-1.7.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -O scipy-1.7.3-cp37-cp37m-linux_aarch64.linux_aarch64.whl
- Install SciPy.
pip3 install scipy-1.7.3-cp37-cp37m-linux_aarch64.linux_aarch64.whl --trusted-host mirrors.tools.huawei.com -i http://mirrors.tools.huawei.com/pypi/simple
Information similar to the following is displayed:

- Install Theano.
pip3 install Theano==1.0.5 --trusted-host mirrors.tools.huawei.com -i http://mirrors.tools.huawei.com/pypi/simple
Information similar to the following is displayed:

Parent topic: Theano 1.0.5 Porting Guide (Kylin V10)