I am getting this error :ModuleNotFoundError No module named ‘skimage.util.montage’
I used the following code and others from StackOverflow to install it but didnot work:
conda install -c conda-forge scikit-image,
pip install scikit-image
pip install scikit-image==0.13.1` –
but did not work.