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