1. 问题描述 2. 解决方案: 1) 打开报错位置所在的文件 打开框出的文件 2) 用记事本打开functional.py文件,并将PILLOW_VERSION改为__version__,保存即可 from PIL import Image, ImageOps, ImageEnhance, __version__