Werk #16348: Support Diagnostics: Use pip3
Komponente | Setup | ||||||
Titel | Support Diagnostics: Use pip3 | ||||||
Datum | 06.12.2023 | ||||||
Level | Kleine Änderung | ||||||
Klasse | Bugfix | ||||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||||
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.