Undefined symbol st_new

asked 2021-02-01 11:24:49 +0200

tigerjack gravatar image

updated 2021-02-01 14:04:06 +0200

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

edit retag flag offensive close merge delete

Comments

1

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

Dr. Banana gravatar imageDr. Banana ( 2021-02-02 15:15:27 +0200 )edit

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 ( 2021-02-03 11:07:45 +0200 )edit