AttributeError: module 'SimpleITK' has no attribute 'CompositeTransform'

I’ve been using SimpleITK 1.2.4 and trying out the notebooks. In the notebook, I am getting the error AttributeError: module 'SimpleITK' has no attribute 'CompositeTransform'

Is this some version mismatch issue or am I missing something here?

Thanks in advance

Hello,

The CompositeTransform was just added as a proper class in the development branch of SimpleITK and the notebooks updated. You will need to use the latest SimpleITK binary to use it:

https://simpleitk.readthedocs.io/en/master/gettingStarted.html#latest-binaries

Enjoy

3 Likes

Thanks…I’ll use the latest binaries

1 Like