I have installed skimage using 'pip install scikit-image' inside a conda environment. 
I am using python 2.7.
When I try importing :
from skimage import transform
It gives me the error:
AttributeError: 'numpy.ufunc' object has no attribute 'module'
Can someone please help me out?