----> 7 from scipy.ndimage.interpolation import shift
ModuleNotFoundError: No module named 'scipy.ndimage.interpolation'
It gives me this error even though Numpy and Scipy are all installed. I perused this site and other online forums and for the life of me I cannot find the solution to this problem.
Thank You.