module "SlicerRadiomics" reported an error

When I use “SlicerRadiomics” module function, an error occurs:

Warning, the module “SlicerRadiomics” has no widget representation
Warning, there is no UI for the module “SlicerRadiomics”
What can I do? Thanks!

1 Like

Were you able to find a solution for this? I am running into this issue as well.

When using python script, I’m running into this error when attempting to get the module’s Logic class.
radLogic = slicer.util.getModuleLogic(“SlicerRadiomics”)

However, when attempting to get the module’s Widget class I don’t run into any error.
radWidget = slicer.util.getModuleWidget(“SlicerRadiomics”)