mpi4py安裝報錯error: Cannot compile MPI programs. Check your configuration!!!

呆萌的代Ma發表於2020-11-08

ubuntu/Linux

sudo apt install libopenmpi-dev
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ mpi4py

mac

brew install mpich
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ mpi4py

相關文章