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'