Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Activate the environment.
    source /path/to/theano/bin/activate
  3. Go to the Theano environment.
    cd /path/to/theano
  4. 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
  5. 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:

  6. 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: