Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ITK TypeError - resolved by updating ITK #216

Closed
nkrah opened this issue Aug 7, 2023 · 1 comment
Closed

ITK TypeError - resolved by updating ITK #216

nkrah opened this issue Aug 7, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@nkrah
Copy link
Collaborator

nkrah commented Aug 7, 2023

For info:
test058_calc_uncertainty_MT.py was failing because of a TypeError raised by ITK. Specifically:
TypeError: in method 'itkImageIOFactory_CreateImageIO', argument 1 of type 'char const *'

After updating ITK (via pip) from 5.2.1.post1 to 5.3.0, the error is gone.

If you get a similar error, try updating ITK first, by
pip install itk --upgrade

@nkrah nkrah closed this as completed Nov 17, 2023
@nkrah
Copy link
Collaborator Author

nkrah commented Nov 17, 2023

documented in developer guide

@nkrah nkrah added the documentation Improvements or additions to documentation label Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant