Error Reported When configure Is Run
Symptom
The error message "configure: error: liblzma development files not found" is displayed when you run the configure command.
Key Process and Cause Analysis
The dependency package xz-devel is missing.
Conclusion and Solution
Before installing and compiling Python-3.8.2, run the yum install xz-devel -y command to install the xz-devel package.