In the SlicerRadiomics extension, PyRadiomics is built as an external dependency. However, in the Linux build, the PyRadiomics build fails, due to “No module named numpy”.
Numpy is needed for de setup of PyRadiomics, as it’s headers are required to build the C-extensions in PyRadiomics.
Should I add a pip command to install this dependency? I thought numpy was already part of the Slicer superbuild, and in such a way it would potentially break things if you try to re-install it.