Python in checkMK

hello,
I have issue with running scripts in python (postgres script) by agent checkMK, It is working when I run it using Win command line.
I looks like checkMK can’t load/install python module… -or am I wrong ?

My log:

Blockquote2024-05-17 08:00:43.085 [srv 1852] Module ‘C:\Program Files (x86)\checkmk\service\install\python-3.cab’ is added to the list
2024-05-17 08:00:43.085 [srv 1852] Installing modules
2024-05-17 08:00:43.088 [srv 1852] Install module python-3
2024-05-17 08:00:43.088 [srv 1852] ‘C:\ProgramData\checkmk\agent\install\modules\python-3.cab’ is absent, no need to uninstall
2024-05-17 08:00:43.089 [srv 1852] Installation of the module ‘python-3’ is not required, module file ‘C:\Program Files (x86)\checkmk\service\install\python-3.cab’is absent or too short. Backup will be uninstalled
2024-05-17 08:00:43.090 [srv 1852] Module ‘python-3’ has no package installed, this is normal
2024-05-17 08:00:43.090 [srv 1852] [Warn ] Module ‘python-3’ has no package in backup dir ‘C:\ProgramData\checkmk\agent\install\modules’
2024-05-17 08:00:43.091 [srv 1852] Pre Start actions
2024-05-17 08:00:43.092 [srv 1852] [Warn ] OHM file ‘C:\ProgramData\checkmk\agent\bin\OpenHardwareMonitorCLI.exe’ is not found
2024-05-17 08:00:43.093 [srv 1852] Allowed Extensions: [checkmk.py,py,exe,bat,vbs,cmd,ps1]
2024-05-17 08:00:43.093 [srv 1852] [Trace] Left [37] files to execute
2024-05-17 08:00:43.099 [srv 1852] Plugin 'C:\ProgramData\checkmk\agent\plugins\mk_postgres.py’ is sync with age:0 timeout:60 retry:0

I put python-3.cab in C:\ProgramData\checkMK\agent\modules and insatll folders

Can I ask for info what is wrong ??

Thanks