Closed 1939938853 closed 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
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.
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.
SlicerIGSIO is available again in the latest nightly.
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.