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
If you have Pillow installed with scipy and it is still giving you error then check your scipy version because it has been removed from scipy since 1.3.0rc1.
Pillow
scipy
1.3.0rc1
rather install scipy 1.1.0 by :
scipy 1.1.0
pip install scipy==1.1.0
check https://github.com/scipy/scipy/issues/6212