Installing Dependencies
Procedure
- Use PuTTY to log in to the server as the root user.
- Install Python.
yum install python3-devel python3-pip
- Install the dependencies.
pip3 install setuptools pip3 install setuptools_scm
Parent topic: Configuring the Compilation Environment