Errors installing MNE-C

External Email - Use Caution

Dear MNE users, I am having trouble with installing MNE-C.
Error that I am facing: error while loading shared libraries:
libgfortran.so.1: cannot open shared object file: No such file or
directory

Current solution provided in the mne webpage doesn't solve the problem. I
have tried with conda installation as well and it didn't help. Any idea how
to solve this problem? Thanks! Regards, Dip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200112/6eceed24/attachment.html

External Email - Use Caution

Do you have a `libgfortran.so.1` file on your system? For example on Ubuntu
you can do `locate libgfortran.so.1.` (maybe after `sudo updatedb`) to find
out. Instead of doing the magic commands listed here:

https://mne.tools/dev/install/mne_c.html#troubleshooting-mne-c-installation

Look to see if you have a `libgfortran.so` somewhere on your system, and
you can symlink to it from some suitable location (the best is actually
perhaps $MNE_root/lib to help isolate it).

Eric