Instal Imageio

// to install imageio
pip install imageio

// using Conda 
install -c conda-forge imageio
Dhrey112