在python3 里面最好用from matplotlib.pyplot import imread来读取图片
或者 先将anaconda里的scipy 卸载:pip uninstall scipy然后重新安装1.1.0版本:pip install scipy==1.1.0