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

MPI is not detected upon Pip with local install on Rocky 8 with custom Python #154

Closed popescu-v closed 3 months ago

popescu-v commented 4 months ago

Description

Rocky 8's default Python 3 version is 3.6, which is not supported by Khiops. When installing a newer Python, e.g. 3.11, mpiexec path detection from within khiops-python fails.

The failure consists in that module detection subprocess's stdout and stderr seem not be redirected to buffers, hence cannot be exploited to correctly detect the installed MPICH environment module.

folmos-at-orange commented 3 months ago

Obsoleted by #157