Not able to use scipy.misc.imsave on Colaboratory
from scipy.misc import imsave
ImportError: cannot import name 'imsave'
Tried to install Pillow and Scipy again on Colab, but the requirements are already satisfied, so Colab does not install these packages