I\'ve been trying to install IMGAUG package for an ML project. But the installation gets stuck when it tries to install scikit-image
IMGAUG
scikit-image
My input:
This happened to me also. However I resolved it by uninstalling the package (pip uninstall ), then installing it using conda rather than pip (conda install ).