Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Undefined symbol st_new

I have globally installed sagemath and I'm experiencing an undefined symbol problem. Each time I try to do

from sage.all import *

I get this error

ImportError: /usr/lib/python3.9/site-packages/sage/libs/lrcalc/lrcalc.cpython-39-x86_64-linux-gnu.so: undefined symbol: st_new

How can I fix the problem?

Undefined symbol st_new

I have globally installed sagemath and I'm experiencing an undefined symbol problem. Each time I try to do

from sage.all import *

I get this error

ImportError: /usr/lib/python3.9/site-packages/sage/libs/lrcalc/lrcalc.cpython-39-x86_64-linux-gnu.so: undefined symbol: st_new

How can I fix the problem?

EDIT: This is the crash report I get when trying to launch sage from terminal. link text