-
-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Operating System
Mageia 9
Kathará Version
3.8.0
Bug Description
Hi,
My Linux mageia9 system is RPM based, but my glibc is 2.36 instead of the 2.38 you require in your RPM. So I did a python pip install that went fine. But when I run kathara check, I get the following error:
[me@mypc site-packages]$ kathara check
┌───────────────────────────────────────────────────────────────────────────────────────────────┐
│ System Check │
└───────────────────────────────────────────────────────────────────────────────────────────────┘
Current Manager is: Docker (Kathara)
Manager version is: library-import
Python version is: 3.10.18 (main, Nov 10 2025, 10:10:26) [GCC 12.3.0]
Kathara version is: 3.8.0
Operating System version is: Linux-6.6.105-desktop-1.mga9-x86_64
× Running container failed: invalid literal for int() with base 10: ''
Any idea ?
Steps To Reproduce
Perform a pip install of kathara on a mageia9 linux system.
I tried 2 systems, same error.
Expected Behavior
Pass the check command successfully.
Check Command Output
[me@mypc site-packages]$ kathara check
┌───────────────────────────────────────────────────────────────────────────────────────────────┐
│ System Check │
└───────────────────────────────────────────────────────────────────────────────────────────────┘
Current Manager is: Docker (Kathara)
Manager version is: library-import
Python version is: 3.10.18 (main, Nov 10 2025, 10:10:26) [GCC 12.3.0]
Kathara version is: 3.8.0
Operating System version is: Linux-6.6.105-desktop-1.mga9-x86_64
× Running container failed: invalid literal for int() with base 10: ''