Installing Environment Dependencies
Use Yum repositories to install the base software on which the system depends, including GCC/G++.
- Install system dependencies.
1yum install make git gcc-c++ cmake
- Install NumPy (required when the KDNN_EXT component is used).
1pip install numpy==1.24.2
- Install GCC 10.3.1, GCC 12.3.1, or BiSheng Compiler 4.2.0.
Parent topic: Installing and Configuring the Environment