Configuring the Local Yum Source
Procedure
- Use PuTTY to log in to the server as the root user.
- Check whether Yum is configured.
yum list

The Yum source is configured by default on openEuler 21.03 (LTS SP1) and does not need to be configured additionally.
- Install the base dependencies.
yum install -y m4 wget openssl-devel yum install -y python2 python2-devel python2-numpy libgfortran python2-qt4 python2-scipy pip2 install pyshp
Ensure that the Python version is the actual one.
Parent topic: Configuring the Compilation Environment