I\'m trying to install mpi4py using pip install mpi4py, but I\'m getting the following error:
error: Cannot find \'mpi.h\' header. Check your configuration!!! <
I met with the similar problem and fixed this by firstly
brew install mpich
And then
pip install mpi4py