line 3, in <module> from PIL import Image ModuleNotFoundError: No module named 'PIL'
解决方法:
运行命令:`pip install pillow`