Error Caused by Inconsistent Python Versions

Symptom

For a common user, if the Python version on which other software depends is inconsistent with the required Python version, an error may occur.

Solution

You are advised to use the venv of Python. The Python virtual environment is used to isolate software package installation from the system.