lanl/ExactPack

gfortran installation error

Closed this issue · 9 comments

Hello,

Please help me to fix this problem. While running gfortran on my Mac Catalina OS. It gives me the error:

Library not loaded: /usr/local/gfortran/lib/libgfortran.3.dylib

I installed gcc with brew command. And many times I reinstalled it , but the same result.

Any help would be much appreciated.
Thanks.

Unfortunately, most of the team is away for Christmas, so we can’t test your issue right away. I suspect a version mismatch with python libraries. How did you install python/numpy?

Thank you for your reply. I see, no problem to wait. I installed python via anaconda graphical installer.

Thanks.

What are the results of the commands:

gfortran —version

python —version

gfortran --version
GNU Fortran (GCC) 8.2.0
python --version
Python 3.7.4

Well, for starters, we still haven’t released support for python 3. That might be part of the problem.

Ok. Thanks .

Did the version conflict resolve your problem?

No, it still continues. Thanks.

I attempted this on a Mac with Anaconda 3 and the default homebrew gcc. I observed testing errors (to be expected due to lack of Python3 support), but could not reproduce the issue @MMAN114 observed.