KhiopsML / khiops-python

The Python library of the Khiops AutoML suite
https://khiops.org
BSD 3-Clause Clear License
8 stars 1 forks source link

Find a workaround for Rocky 8 #157

Closed folmos-at-orange closed 6 months ago

folmos-at-orange commented 6 months ago

Description

Currently, khiops-python doesn't work in Rocky 8. This is because the default python there is 3.6. We should find a workaround to support it.

Questions/Ideas

Options

popescu-v commented 6 months ago

Related issue: #154

popescu-v commented 6 months ago

Possible resolution strategies: 1/ attempt to use current strategy first; if it fails (i.e. no mpiexec detected), then fallback to Sh/Bash (check modules.sh exists) 2/ directly use Shell-based environment module loading.

popescu-v commented 6 months ago

Possible resolution strategies: 1/ attempt to use current strategy first; if it fails (i.e. no mpiexec detected), then fallback to Sh/Bash (check modules.sh exists) 2/ directly use Shell-based environment module loading.

The second strategy was adopted, as it is more portable and needs less complex code.