laixintao/python-parallel-programming-cookbook-cn

to install mpi4py please install openmpi first

randy-li opened this issue · 1 comments

i saw your comment said you failed to install mpi4py, maybe you don't have mpi on you mac, so you can install openmpi first then try to install mpi

brew install openmpi

pip install mpi4py

Thanks for helping, I will try later and review the translation.