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 tried to install and run NeuTomPy today and ran into the folowwing error:
ImportError: cannot import name 'compare_ssim' from 'skimage.measure'
Apparently the name changed from skimage.measure.compare_ssim to skimage.metrics.structural_similarity in version number 0.16.
Is there any plan to upgrade the dependency or is it up to the user to import an old version of skimage?
Thank you for the support
The text was updated successfully, but these errors were encountered:
Hi,
I tried to install and run NeuTomPy today and ran into the folowwing error:
ImportError: cannot import name 'compare_ssim' from 'skimage.measure'
Apparently the name changed from
skimage.measure.compare_ssim
toskimage.metrics.structural_similarity
in version number 0.16.Is there any plan to upgrade the dependency or is it up to the user to import an old version of skimage?
Thank you for the support
The text was updated successfully, but these errors were encountered: