Ask Your Question

ufopp's profile - activity

2018-11-06 10:15:21 +0200 received badge  Student (source)
2018-11-06 10:15:11 +0200 received badge  Self-Learner (source)
2018-11-06 10:15:11 +0200 received badge  Teacher (source)
2018-11-05 21:36:40 +0200 received badge  Editor (source)
2018-11-05 21:33:33 +0200 answered a question Process Sage illegal instruction: 4

The problem was traced to a misspelling, "sagemth" instead of "sagemath" in two places in ob-sagemath.el file. The best way to solve this problem is to re-install ob-sagemath package in Emacs from melpa repository instead of melpa-stable repository. Don't know when the corrected version will propogate to melpa-stable. Both versions are marked 0.4, so normal package update can't tell which repository has the most recent version.

2018-11-05 09:11:45 +0200 commented question Process Sage illegal instruction: 4

No, other than normal secutiry updates I've not upgraded XCcode or the OS.

2018-11-01 12:37:51 +0200 asked a question Process Sage illegal instruction: 4

If this is a known bug, I've not been able to find a solution. Please advice.

I get this error:

Process Sage illegal instruction: 4

when I run this code:

from matplotlib import rc
g=Graph({1:[2,3], 2:[1,3], 3:[1,2]});
latex(g.plot(figsize=[2,2],vertex_size=450,layout='spring',color_by_label=True));

It used to run. This is not new code. The versions I'm running are:

Mac OS X El Capitan 10.11.6 (15G22010)

XCode Version 8.0 (8A218a)

SageMath version 8.3, Release Date: 2018-08-03

GNU Emacs 27.0.50 (build 1, x86_64-apple-darwin15.6.0, NS appkit-1404.47 Version 10.11.6 (Build 15G22010))

ob-sagemath 0.4

sage-shell-mode 0.3