Hello mpi4py team,
I’m a developer using mpi4py in a project, and I wanted to share a quick heads-up.
Since the recent release (about an hour ago), I’m encountering the following error on all my environments (local and CI):
from mpi4py import MPI
E ImportError: libmpi.so.12: cannot open shared object file
It seems the new mpi4py version may no longer be compatible with OpenMPI 4.x (which provides libmpi.so.40). Is this an intended change or a known issue?
Thanks for your work on mpi4py!
PS: If I doungrade to 4.0.3 the problem disappears obv