这个是版本的问题,大概率是 新版本的 scipy.misc 库中已经移除了 imread。
可以顺着该思路尝试解决
pip3 install Pillow==4.3.0加安装个pillow老版本依赖试试