2018年06月29日 ImportError: You must install PIL to fetch image objects 在使用openpuxl对表格插入图片时报了这么一个错:ImportError: You must install PIL to fetch image objects然后意思就是让我安装PIL于是在cmd里面输入:pip install pillow