Mon 2018-06-18 03:54:05 UTC, Matthew Lancellotti: > Every closer, I am now installing the > http://mirrors.mit.edu/sage/linux/64bit/sage-7.6-Ubuntu_14.04-x86_64.tar.bz2 > version of sage, which seems like the right thing to do because my > server is running Ubuntu_14.04, but now I run into the following error: > > ImportError: libgfortran.so.3: cannot open shared object file: > No such file or directory > > I think this could be as easy as stealing the appropriate file from another > computer and putting it into the correct location on my Travis server.
The installation instructions recommend some prerequisites, whether you install from source or from binaries. http://doc.sagemath.org/html/en/installation/index.html In particular, you need gfortran to be installed, and under Ubuntu you can achieve that by running in a terminal: sudo apt install gfortran -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
