Cannot load Singular library from libSingular.so
I have made 2 clean install one in Fedora 38 and the other in Fedora 37.
In both cases I get the error "cannot load Singular library from libSingular.so (b'libSingular.so: cannot open shared object file: No such file or directory) I get this error when from python with from sage.all import *
too recent version of singular from the system ?
I agree with @FrédéricC. Try building with
./configure --with-system-singular=no
to force Sage to build its own Singular.