You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've got an issue with module Total segmentator this week. I already have used it before and it worked.
Now I have this error. How could I solve it?
_Traceback (most recent call last):
File "C:\Users\PRUEBA\AppData\Local\NA-MIC\Slicer 5.2.2\bin\Python\slicer\util.py", line 2967, in tryWithErrorDisplay
yield
File "C:/Users/PRUEBA/AppData/Local/NA-MIC/Slicer 5.2.2/NA-MIC/Extensions-31382/TotalSegmentator/lib/Slicer-5.2/qt-scripted-modules/TotalSegmentator.py", line 271, in onApplyButton
self.logic.process(self.ui.inputVolumeSelector.currentNode(), self.ui.outputSegmentationSelector.currentNode(),
File "C:/Users/PRUEBA/AppData/Local/NA-MIC/Slicer 5.2.2/NA-MIC/Extensions-31382/TotalSegmentator/lib/Slicer-5.2/qt-scripted-modules/TotalSegmentator.py", line 859, in process
self.logProcessOutput(proc)
File "C:/Users/PRUEBA/AppData/Local/NA-MIC/Slicer 5.2.2/NA-MIC/Extensions-31382/TotalSegmentator/lib/Slicer-5.2/qt-scripted-modules/TotalSegmentator.py", line 697, in logProcessOutput
raise CalledProcessError(retcode, proc.args, output=proc.stdout, stderr=proc.stderr)
subprocess.CalledProcessError: Command '['C:/Users/PRUEBA/AppData/Local/NA-MIC/Slicer 5.2.2/bin/../bin\PythonSlicer.EXE', 'C:\Users\PRUEBA\AppData\Local\NA-MIC\Slicer 5.2.2\lib\Python\Scripts\TotalSegmentator', '-i', 'C:/Users/PRUEBA/AppData/Local/Temp/Slicer/__SlicerTemp__2025-02-24_16+36+00.226/total-segmentator-input.nii', '-o', 'C:/Users/PRUEBA/AppData/Local/Temp/Slicer/_SlicerTemp__2025-02-24_16+36+00.226/segmentation', '--ml', '--task', 'total', '--fast']' returned non-zero exit status 1.
I would appreciate your response,
ADCC.
The text was updated successfully, but these errors were encountered:
Hello, I've got an issue with module Total segmentator this week. I already have used it before and it worked.
Now I have this error. How could I solve it?
_Traceback (most recent call last):
File "C:\Users\PRUEBA\AppData\Local\NA-MIC\Slicer 5.2.2\bin\Python\slicer\util.py", line 2967, in tryWithErrorDisplay
yield
File "C:/Users/PRUEBA/AppData/Local/NA-MIC/Slicer 5.2.2/NA-MIC/Extensions-31382/TotalSegmentator/lib/Slicer-5.2/qt-scripted-modules/TotalSegmentator.py", line 271, in onApplyButton
self.logic.process(self.ui.inputVolumeSelector.currentNode(), self.ui.outputSegmentationSelector.currentNode(),
File "C:/Users/PRUEBA/AppData/Local/NA-MIC/Slicer 5.2.2/NA-MIC/Extensions-31382/TotalSegmentator/lib/Slicer-5.2/qt-scripted-modules/TotalSegmentator.py", line 859, in process
self.logProcessOutput(proc)
File "C:/Users/PRUEBA/AppData/Local/NA-MIC/Slicer 5.2.2/NA-MIC/Extensions-31382/TotalSegmentator/lib/Slicer-5.2/qt-scripted-modules/TotalSegmentator.py", line 697, in logProcessOutput
raise CalledProcessError(retcode, proc.args, output=proc.stdout, stderr=proc.stderr)
subprocess.CalledProcessError: Command '['C:/Users/PRUEBA/AppData/Local/NA-MIC/Slicer 5.2.2/bin/../bin\PythonSlicer.EXE', 'C:\Users\PRUEBA\AppData\Local\NA-MIC\Slicer 5.2.2\lib\Python\Scripts\TotalSegmentator', '-i', 'C:/Users/PRUEBA/AppData/Local/Temp/Slicer/__SlicerTemp__2025-02-24_16+36+00.226/total-segmentator-input.nii', '-o', 'C:/Users/PRUEBA/AppData/Local/Temp/Slicer/_SlicerTemp__2025-02-24_16+36+00.226/segmentation', '--ml', '--task', 'total', '--fast']' returned non-zero exit status 1.
I would appreciate your response,
ADCC.
The text was updated successfully, but these errors were encountered: