I am trying to run a very simple script from within VSCode.
from PIL import Image im = Image.open("test.png") im.show()
Whenever