Yale-LILY / SummerTime

An open-source text summarization toolkit for non-experts. EMNLP'2021 Demo
https://arxiv.org/abs/2108.12738
Apache License 2.0
264 stars 30 forks source link

mpi4py installation error #72

Closed epsilon-deltta closed 3 years ago

epsilon-deltta commented 3 years ago

the error says

   _configtest.c:2:10: fatal error: mpi.h: No such file or directory
        2 | #include <mpi.h>
          |          ^~~~~~~
    compilation terminated.
    failure.
    removing: _configtest.c _configtest.o
    error: Cannot compile MPI programs. Check your configuration!!!
epsilon-deltta commented 3 years ago

I punched to the error like this.

sudo apt install mpich
# pip install mpi4py=3.0.3