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 get the below error when trying to import compare. I would like to use it with ITKElastix.
from itkwidgets import compare, checkerboard, view
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'compare' from 'itkwidgets' (anaconda3/envs/itk_elastix/lib/python3.8/site-packages/itkwidgets/init.py)
I used the following command for installation: pip install 'itkwidgets[all]>=1.0a23'
Thanks!
The text was updated successfully, but these errors were encountered:
Right now a lot of our docs reference and older version of itkwidgets that people are having issues with. I have a PR open to fix this. In the meantime I would use 1.0a49: pip install itkwidgets[all]>=1.0a49.
Great. So, it seems the checkerboard function has been integrated into the "compare_images" function and the older "compare" function for side-by-side image comparison has been removed.
I get the below error when trying to import compare. I would like to use it with ITKElastix.
I used the following command for installation: pip install 'itkwidgets[all]>=1.0a23'
Thanks!
The text was updated successfully, but these errors were encountered: