I downloaded sagemath version 7.4 for Ubuntu from their website:
After I unzipped it and ran tar
I then ran the sage binary. If failed reporting
I noticed the mislabel (7.5 instead of 7.4) but I knew that 7.3 installed in 16.04 without problems so I downloaded and installed it.
I unzipped and installed it and it works fine.
A tour of SageMath is here.
An early video is here:
http://sage.math.washington.edu/home...ntro_stein.m4v
Using SageMath for graphs is demonstrated here:
http://sage.math.washington.edu/home...0in%20Sage.m4v
After I unzipped it and ran tar
bunzip2 ./sage-7.4-Ubuntu_16.04-x86_64.tar.bz2
tar -xvf ./sage-7.4-Ubuntu_16.04-x86_64.tar
tar -xvf ./sage-7.4-Ubuntu_16.04-x86_64.tar
Failure installing sage-7.5-Ubuntu_16.04-x86_64.tar.bz2
/home/jerry/SageMath/local/lib/libpython2.7.so.1.0(Py_Main+0xcc1)[0x7f5622a2f5a1]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f5622321830]
python(_start+0x29)[0x400759]
------------------------------------------------------------------------
Attaching gdb to process id 3110.
Saved trace to /home/jerry/.sage/crash_logs/crash_JyW2sQ.log
------------------------------------------------------------------------
Unhandled SIGILL: An illegal instruction occurred.
This probably occurred because a *compiled* module has a bug
in it and is not properly wrapped with sig_on(), sig_off().
Python will now terminate.
------------------------------------------------------------------------
Illegal instruction (core dumped)
jerry@jerry-Aspire-V3-771:~/SageMath$
/home/jerry/SageMath/local/lib/libpython2.7.so.1.0(Py_Main+0xcc1)[0x7f5622a2f5a1]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f5622321830]
python(_start+0x29)[0x400759]
------------------------------------------------------------------------
Attaching gdb to process id 3110.
Saved trace to /home/jerry/.sage/crash_logs/crash_JyW2sQ.log
------------------------------------------------------------------------
Unhandled SIGILL: An illegal instruction occurred.
This probably occurred because a *compiled* module has a bug
in it and is not properly wrapped with sig_on(), sig_off().
Python will now terminate.
------------------------------------------------------------------------
Illegal instruction (core dumped)
jerry@jerry-Aspire-V3-771:~/SageMath$
I unzipped and installed it and it works fine.
A tour of SageMath is here.
An early video is here:
http://sage.math.washington.edu/home...ntro_stein.m4v
Using SageMath for graphs is demonstrated here:
http://sage.math.washington.edu/home...0in%20Sage.m4v
Comment