You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supervisord 4.0.0 dropped support for Python less than 2.7. CentOS 6 ships with 2.6, so install fails as it installs the latest version of supervisord by default via pip. Restricting the version to 3.4.0 (latest v3 release) fixes the issue.
The text was updated successfully, but these errors were encountered:
Supervisord 4.0.0 dropped support for Python less than 2.7. CentOS 6 ships with 2.6, so install fails as it installs the latest version of supervisord by default via pip. Restricting the version to 3.4.0 (latest v3 release) fixes the issue.
The text was updated successfully, but these errors were encountered: