Document CenterError Reported During SU2 7.0.4 CompilationBack to TopRate This DocumentFindabilityAccuracyCompletenessReadability0/200SubmitClose Error Reported During SU2 7.0.4 Compilation SymptomThe error message "configure: error: cannot find python-config for /usr/bin/python." is displayed when SU2 is compiled. Key Process and Cause AnalysisThe dependency python-devel is missing. Conclusion and SolutionBefore compiling and installing SU2, run the following command to install the dependency: yum install python-devel -y