Werk #16348: Support Diagnostics: Use pip3
Component | Setup | ||||||
Title | Support Diagnostics: Use pip3 | ||||||
Date | Dec 6, 2023 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
When creating a Support Diagnowtics dump, the information about the installed Python modules was collected using pip.
This actually collected information about the OS' Python environment, not about the one in the site context.
Sometimes, it caused a crash, when there was no pip installed.
Now, pip3 is used, which is built-in to the Checkmk Site.