• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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