I got an error like this on version abc070e.
$ ./splatnet2statink.py -r -M 1200
Traceback (most recent call last):
File "./splatnet2statink.py", line 11, in <module>
from PIL import Image, ImageDraw
ImportError: No module named PIL
pip install pillow solved this problem, so I assume that pip install pillow is required.
I got an error like this on version abc070e.
pip install pillowsolved this problem, so I assume thatpip install pillowis required.