• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved Failed to check system configuration - Yum utility finished with errors. Installation may fail

The issue is likely caused by that Python version. Instead, create a symbolic link to the 2.x version that should also be on your system.

1) Ensure that Python 2.7.5 is installed
Code:
# rpm -q python-2.7.5
python-2.7.5-90.el7.x86_64
2) Proceed only if python 2.7 is found in step (1). Change the symlink from python3 to python 2.7.
Code:
# mv /bin/python{,.orig}; ln -s /bin/python2.7 /usr/bin/python
3) Retry yum as you did before.
 
Back
Top