Skip to content Skip to sidebar Skip to footer

Unhandled Exit Code When Loading Nifti With Simpleitk In Python

I am trying to load .nii.gz files using SimpleITK in python using PyCharm. Ideally, ITK has a NIFTI class and I followed these tutorials, so I presume SimpleITK has a wrapper for N

Solution 1:

So to anyone who might land onto this problem, it was an issue with the version of python. I was using 32 bit Python on a 64 bit Windows PC, when I changed it to 64 bit Python and installed the wheels files here, the strange exit code was gone. I would also recommend following this.


Post a Comment for "Unhandled Exit Code When Loading Nifti With Simpleitk In Python"