The single line that I am trying to run is the following:
from PIL import Image
However simple this may seem, it gives an error:
Now, I actually did some debugging with my brother and found that Pillow (PIL) needed to be initialized. I don't know how to initialize it, so you could probably stick with reinstalling Pillow.