我要评分
获取效率
正确性
完整性
易理解

Error Reported During SU2 7.0.4 Compilation

Symptom

The error message "configure: error: cannot find python-config for /usr/bin/python." is displayed when SU2 is compiled.

Key Process and Cause Analysis

The dependency python-devel is missing.

Conclusion and Solution

Before compiling and installing SU2, run the following command to install the dependency:

yum install python-devel -y