-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Using modin with APT-installed MPI on linux doesn't work #7421
Labels
bug 🦗
Something isn't working
Comments
Thanks @sfc-gh-mvashishtha! |
sfc-gh-mvashishtha
added a commit
that referenced
this issue
Jan 16, 2025
- Use Miniforge3 instead of Mambaforge in conda-incubator/setup-miniconda action, per conda-incubator/setup-miniconda#383 - Skip test that tries to use Modin with unidist installed via APT. See #7421 for details. - Remove manual conda packaging caching, an optimization which was added to speed up CI but now causes an error complaining that `CONDA_PKGS_DIR` is empty. - Fix some mypy errors in modin/__init__.py
Related commit in mpi4py: mpi4py/mpi4py@1e4e7f2 |
anmyachev
added a commit
to anmyachev/modin
that referenced
this issue
Jan 17, 2025
Signed-off-by: Anatoly Myachev <[email protected]>
mvashishtha
pushed a commit
that referenced
this issue
Jan 21, 2025
Signed-off-by: Anatoly Myachev <[email protected]>
Fixed by #7423 . Thank you @anmyachev ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modin version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest released version of Modin.
I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)
Reproducible Example
Issue Description
MPI fails to start and gives errors like
Error in spawn call
. Example: https://github.com/modin-project/modin/actions/runs/12753981920/job/35546821512?pr=7420#logsExpected Behavior
modin[mpi] should run without error.
Error Logs
Installed Versions
I don't know; I don't have a linux machine, and we saw this issue in CI on ubuntu: https://github.com/modin-project/modin/actions/runs/12753981920/job/35546821512?pr=7420#logs
The text was updated successfully, but these errors were encountered: