How to Solve NameError: name 'io' is not defined -- skimage

Solution: Import the 'io' module

To Solve the error, add the following line to the top of your code.

from skimage import io

 

For more information:
Python skimage io