返回顶部我要评分获取效率正确性完整性易理解0/200提交关闭 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