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
I'm getting the same issue as well. Are you using arch linux by any chance?
Yes, I am. Apparently the problem has been solved https://bugs.archlinux.org/index.php?... I still didn't have the chance to test though.