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
I've been getting a segmentation fault when registering images using itk-elastix v0.21.0. The top of the error message is:
Windows fatal exception: access violation
Current thread 0x00000edc (most recent call first):
File "my_env\lib\site-packages\itk\ITKCommonBasePython.py", line 3115 in UpdateLargestPossibleRegion
Workaround is to pin the dependency to the prior version: itk-elastix==0.20.
The text was updated successfully, but these errors were encountered:
I've been getting a segmentation fault when registering images using
itk-elastix
v0.21.0. The top of the error message is:Workaround is to pin the dependency to the prior version:
itk-elastix==0.20
.The text was updated successfully, but these errors were encountered: