A developer writes from PIL import Image , and a new contributor tries to find a package named PIL on PyPI, only to be led into a maze of outdated documentation.

You’ve moved your code to a new machine or a virtual environment and forgot that Pillow isn't part of Python’s standard library.

The irony of the ImportError: No module named 'PIL' is that you almost never actually want to install a package called "PIL."