python-parallel-programming-cookbook-cn
python-parallel-programming-cookbook-cn copied to clipboard
to install mpi4py please install openmpi first
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.