IGSIO / SlicerIGSIO

Utility extension for 3D Slicer, containing tools and algorithms for building image guided surgery applications
BSD 3-Clause "New" or "Revised" License
12 stars 14 forks source link

SlicerIGSIO extenssion not show up in Slicer version 4.13.0 revision 30557 built 2022-01-26 #15

Closed 1939938853 closed 2 years ago

1939938853 commented 2 years ago

Hello,

SlicerIGSIO extension not show up in Slicer version 4.13.0 revision 30557 built 2022-01-26. I manually installed the 30117-win-amd64-SlicerIGSIO-git8f61201-2021-07-19.zip and run Slicer got the following errors.

Thanks

DLL load failed while importing vtkSlicerMetafileImporterModuleLogicPython: The specified module could not be found. DLL load failed while importing vtkSlicerSequenceIOModuleLogicPython: The specified module could not be found. DLL load failed while importing vtkSlicerVideoUtilModuleLogicPython: The specified module could not be found. DLL load failed while importing vtkSlicerVolumeReconstructionModuleLogicPython: The specified module could not be found. DLL load failed while importing vtkSlicerSequenceIOModuleMRMLPython: The specified module could not be found. DLL load failed while importing vtkSlicerVolumeReconstructionModuleMRMLPython: The specified module could not be found.

jamesobutler commented 2 years ago

Installing a ZIP file that doesn't come from a corresponding version of Slicer isn't expected to work. SlicerIGSIO is currently not building successfully in latest Slicer preview which is why it is not available.

You can try an older version of Slicer which you can download from https://slicer.cdash.org/viewFiles.php?buildid=2559576.

SlicerIGSIO not building successfully because of the following only supporting up to Visual Studio 2019 (v142 toolset). Current Slicer preview builds are using Visual Studio 2022 (v143 toolset). https://github.com/IGSIO/SlicerIGSIO/blob/d043a22df959959c9cbb32157976506a1b0c1122/SuperBuild/External_VP9.cmake#L83-L89

xref https://github.com/Slicer/Slicer/issues/6140

Sunderlandkyl commented 2 years ago

There are no pre-built binaries for v143 yet from libvpx. I've added a v143 url that points to the v142 binaries. Assuming that they are binary compatible, then it should be available tomorrow.

jamesobutler commented 2 years ago

Yeah with binary compatibility (https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=msvc-170) Visual Studio 2022 can use binaries from Visual Studio 2015-2022 without issue.

Sunderlandkyl commented 2 years ago

SlicerIGSIO is available again in the latest nightly.