View Issue Details

IDProjectCategoryView StatusLast Update
0004425Slicer4Core: Extensionspublic2018-05-28 00:31
Reportershenchunxu Assigned Tojcfr  
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
PlatformSlicer4.7.0OSwindowsOS Versionwindows7
Product Version 
Target VersionFixed in Version 
Summary0004425: Extension SlicerIGT is incompatible
Description

My slicer reversion is "rb9acab7", there is no compatible extension in Extension Manager.
I need SlicerIGT, whose reversion is "r26319".
According to the instruction of FAQ, I override the current revision by explicitly setting a revision number:

extentionManagerModel = slicer.app.extensionsManagerModel()
extensionManagerModel.slicerReversion = "26319"

Gladly,it did.
but... when I restart Slicer, the error "Extension SlicerIGT is incompatible" appears again.

Steps To Reproduce

extentionManagerModel = slicer.app.extensionsManagerModel()
extensionManagerModel.slicerReversion = "26319"

Additional Information

no

TagsNo tags attached.

Activities

lassoan

lassoan

2018-05-28 00:31

developer   ~0015754

If you build Slicer then you need to build the extensions, too. It should be very easy to do, just download the source code of any extension that you would like to use (URLs are listed in this repository: https://github.com/Slicer/ExtensionsIndex), configure, and build it.

Issue History

Date Modified Username Field Change
2017-08-30 09:42 shenchunxu New Issue
2017-08-30 09:42 shenchunxu Status new => assigned
2017-08-30 09:42 shenchunxu Assigned To => jcfr
2018-05-28 00:31 lassoan Status assigned => closed
2018-05-28 00:31 lassoan Resolution open => won't fix
2018-05-28 00:31 lassoan Note Added: 0015754