Error Reported When Starting Python3
Symptom
When starting Python3, a message is displayed indicating that libpython3.8.so.1.0 is not found.

Key Process and Cause Analysis
The libpython3.8.so.1.0 library file is not loaded when starting Python3.
Conclusion and Solution
Copy libpython3.8.so.1.0 from the decompressed compilation directory to the library directory.
cp libpython3.8.so.1.0 /usr/local/lib64/ cp libpython3.8.so.1.0 /usr/lib64/ cp libpython3.8.so.1.0 /usr/lib/
Parent topic: Troubleshooting