Error message: python version is too low. The minimum version is 2.6.5
A: Upgrade Python via zypper, solve the steps:
1. Mount the image package of SUSE11.3 to each node (the Python version is higher and meets the requirements)
Mount SLES-11-SP3-DVD-x86_64-GM-DVD1.iso /media/ -o loop
2. Create a local zypper source:
(1) Create a new local source storage directory mkdir /mnt/SUSE_LOCAL_SOURCE
Copy the entire contents of the image directory /media/suse/x86_64/ to the /mnt/SUSE_LOCAL_SOURCE/ directory
Cp /media/suse/x86_64/* /mnt/SUSE_LOCAL_SOURCE/
(2) Create a local zypper source
Zypper ar file:///mnt/SUSE_LOCAL_SOURCE local-source
3. Upgrade Python with zypper
Zypper up python
Use the python --version command to view the next Python version after the upgrade is complete.