I\'ve seen this problem before with other people, but haven\'t found a fix.
All I\'m trying to do is:
from scipy.misc import imread
and
You can try from scipy.misc.pilutil import imread instead of from scipy.misc import imread
from scipy.misc.pilutil import imread
Please check the GitHub page : https://github.com/amueller/mglearn/issues/2 for more details.