cannot manually install extension on mac

Trying to manually install radionomics extension.

I followed instructions, and under module settings I added from the extension folder:

/Applications/27030-win-amd64-SlicerRadiomics-git0c693c5-2018-03-07/Lib/Slicer-4.9/qt-scripted-modules

/Applications/27030-win-amd64-SlicerRadiomics-git0c693c5-2018-03-07/Lib/Slicer-4.9/cli-modules

There was no option under the extension folder with:
lib/Slicer-X.Y/qt-loadable-modules

Not sure how to install extension, any help I would appreciated.

Not all extensions have all module types, if one or two of qt-scripted-modules, cli-modules, or qt-loadable-modules folders are missing you can just ignore that.

@mgastall there was a problem with the dashboard, but it was fixed, and Radiomics extension should now be available in the nightly Slicer package. The today’s nightly may still not have it, but I tested with the one from yesterday, and I confirmed Radiomics extension can be installed. Use this link today to access download page with the links for yesterday’s binaries: Download 3D Slicer | 3D Slicer.

If you want to configure it to use your locally built Radiomics extension, you will need to configure more than just module paths, since Radiomics is using several Python packages, and requires you to modify PYTHONPATH variable. It is easiest to do make uploadpackage in the inner-build directory for your local extension build, and then configure the variables in the config file as shown below. But if you just need to use the module, I suggest you just get the nightly build and install from Extension Manager.

image