I'm trying to import montage2d
module from scikit-image:
from skimage.util.montage import montage2d
But this error popped up:
ModuleNotFoundError: No module named 'skimage.util.montage'
I'm pretty sure I installed the scikit-image package as:
pip install scikit-image
(0.14.0)
I also tried Anaconda:
conda install -c conda-forge scikit-image
(0.14.0)
Build from source doesn't work either.