赞
踩
ModuleNotFoundError: No module named 'Image'
今天写脚本时候遇到了上面提示的错误信息
发现是引用写法错误(也可能是没有引用)
正确引用即可
from PIL import Image