Plesk

Various operations fail in Plesk: Failed to read data from stream Process output

Symptoms

Cause

/usr/bin/python3 is linked to a non-default Python version.

Resolution

  1. Connect to the Plesk server via SSH.

  2. Remove the invalid link:

    # unlink /usr/bin/python3

  3. Link /usr/bin/python3to /usr/bin/python3.6:

    # ln -s /usr/bin/python3.6 /usr/bin/python3

Exit mobile version