Undefined symbol st_new

asked 4 years ago

tigerjack gravatar image

updated 4 years ago

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

Preview: (hide)

Comments

1

I'm getting the same issue as well. Are you using arch linux by any chance?

Dr. Banana gravatar imageDr. Banana ( 4 years ago )

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.

tigerjack gravatar imagetigerjack ( 4 years ago )