On Wed, Mar 8, 2017 at 6:56 AM, John H Palmieri <jhpalmier...@gmail.com> wrote:
> Just about the last line in your crash report says
>
>    ImportError: libgfortran.so.3: cannot open shared object file: No such
> file or directory
>
> So you need to install gfortran, however that is done with Fedora. An
> internet search suggests something like "yum install gcc-gfortran".

On my Fedora 25 system:

$ rpm -qf /usr/lib64/libgfortran.so.3
libgfortran-6.3.1-1.fc25.x86_64

so you install by running

$ dnf install libgfortran

(yum is nowadays just a script that runs dnf.)

-- 
Vegard

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to