Fail to Generating 'SU2_PY/pySU2/_pysu2.so.p/pySU2.cxx'

Describe the bug
A clear and concise description of what the bug is and what you expect the behavior to be instead. If applicable, add screenshots to help explain your problem.
I try to build SU2 from source on cluster. but it failed in Generating 'SU2_PY/pySU2/_pysu2.so.p/pySU2.cxx'. The log of meson build info is like the figure shows
image
image
image
image
image

when using ninja, it shows the error like the figure show
image

To Reproduce
Please provide a config file and mesh for a minimal example that recreates the problem.
The meson command for build is
./meson.py build -Dcustom-mpi=true -Denable-pywrapper=true --prefix=$HOME/SU2_prefix

Desktop (please complete the following information):

  • OS: Red Hat 8.5.0-4))
  • C++ compiler and version: [gcc 8.5.0]
  • MPI implementation and version: [intel MPI]
  • SU2 Version: [ v7.3.1]