Hello,
I made a git issue; but it might be better place the forum (i will post the answer in the issue after). I wanted to compile salome, but openturns is failing. here is what I think is the log of it.
script.txt (1,2 MB)
the dependencies for salome are all installed (from what SAT informs at least)
Hello,
I never succeed with openturns so I just remove it from salome every time when I compile salome. If you don’t use openturns it’s not necessary to build SALOME with it. But if you do need it, from your log it looks like the error is about building sklearn. Somehow Cython failed to compile sklearn and it’s possible that Numpy is not compatible with Cython. In the compilation system-wide Cython (/usr/lib/python3/dist-packages/Cython/) was used but Numpy is a local one (/home/franco/.local/lib/python3.12/site-packages/numpy). You’d better use a system-wide Numpy instead.
Good luck.