Readout.exe on Mac

Is readout.exe program supposed to work on Mac ?

Trying the same steps (alienv enter Readout/latest; readout.exe) on both Mac and CentOS I cannot start the program on Mac.

On Linux I get :

bash-4.2$ readout.exe
Please provide path to configuration file

Expected as some arg is required, but at least the program is starting.

While on Mac :

[ dev ]~$ readout.exe
dyld: Library not loaded: @rpath/libO2Monitoring.dylib
Referenced from: /Users/laurent/alice/dev/sw/osx_x86-64/Readout/v1.2.5-1/bin/readout.exe
Reason: image not found
zsh: abort readout.exe

Well, turns out that one way to solve this (don’t know if that’s the best) is to change the module file for grpc, see https://github.com/alisw/alidist/pull/2026