Closed KonKob closed 1 year ago
SOLUTION: the .imwrite function in imageio, that is used via skimageio was updated in v.2.22 => Downgrade imageio: pip install --upgrade imageio==2.21.3
For developers: write imageio.v2.imwrite in case the imwrite function is called directly outside skimageio
There is a second dependency issue with scikit-image. It breaks the shape of the images when saving them (it creates 1024x1px rows for an image of shape (1024x1024)):
SOLUTION: pip install scikit-image==0.19.3
I followed the installation instructions, downloaded the test data and went through the GUI tutorial, but somehow at this step, it fails... User system: MacOS