Hello,
I am trying to build scipy 1.5.4.
I ran a test and some test failed which I report to the dev.
Dev ask me to try running the command
import sksparse
from sksparse.cholmod import cholesky as cholmod
import scikits.umfpack
I could test the package locally on my PC however, I got different error compare to OBS, I suspect my environment is different.
So is there anyway I can do the command above in OBS? Thanks.