I installed slicer 5.8.0 and extension of total segmentator .But total segmentator did not work successfully. And total segmentator run successfully in slicer 5.6.2.
I reinstalled slicer 5.8.0 and extension of total segmentator several times, but problem is still not resolved.
Could you give me some suggestion to resolve this problem?
error window pops up:
Failed to compute results.
Command '['/Applications/Slicer 2.app/Contents/bin/../bin/PythonSlicer', '/Applications/Slicer 2.app/Contents/lib/Python/bin/TotalSegmentator', '-i', '/private/var/folders/xm/g5xx81wd55b1rvslqnrdgwv80000gn/T/Slicer-cy/__SlicerTemp__2025-02-24_19+49+25.194/total-segmentator-input.nii', '-o', '/private/var/folders/xm/g5xx81wd55b1rvslqnrdgwv80000gn/T/Slicer-cy/__SlicerTemp__2025-02-24_19+49+25.194/segmentation', '--ml', '--task', 'total', '--fast']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/Applications/Slicer 2.app/Contents/bin/Python/slicer/util.py", line 3303, in tryWithErrorDisplay
yield
File "/Applications/Slicer 2.app/Contents/Extensions-33216/TotalSegmentator/lib/Slicer-5.8/qt-scripted-modules/TotalSegmentator.py", line 307, in onApplyButton
self.logic.process(self.ui.inputVolumeSelector.currentNode(), self.ui.outputSegmentationSelector.currentNode(),
File "/Applications/Slicer 2.app/Contents/Extensions-33216/TotalSegmentator/lib/Slicer-5.8/qt-scripted-modules/TotalSegmentator.py", line 1037, in process
self.processVolume(inputFile, inputVolume,
File "/Applications/Slicer 2.app/Contents/Extensions-33216/TotalSegmentator/lib/Slicer-5.8/qt-scripted-modules/TotalSegmentator.py", line 1104, in processVolume
self.logProcessOutput(proc)
File "/Applications/Slicer 2.app/Contents/Extensions-33216/TotalSegmentator/lib/Slicer-5.8/qt-scripted-modules/TotalSegmentator.py", line 883, in logProcessOutput
raise CalledProcessError(retcode, proc.args, output=proc.stdout, stderr=proc.stderr)
subprocess.CalledProcessError: Command '['/Applications/Slicer 2.app/Contents/bin/../bin/PythonSlicer', '/Applications/Slicer 2.app/Contents/lib/Python/bin/TotalSegmentator', '-i', '/private/var/folders/xm/g5xx81wd55b1rvslqnrdgwv80000gn/T/Slicer-cy/__SlicerTemp__2025-02-24_19+49+25.194/total-segmentator-input.nii', '-o', '/private/var/folders/xm/g5xx81wd55b1rvslqnrdgwv80000gn/T/Slicer-cy/__SlicerTemp__2025-02-24_19+49+25.194/segmentation', '--ml', '--task', 'total', '--fast']' returned non-zero exit status 1.