[Solved] ModuleNotFoundError: No module named ‘PIL’

When working with the Python library Pillow, getting this error means that you forgot to install it first. You can fix this by installing it with pip: pip install Pillow. Problem: the Pillow package isn’t installed yet If you’re trying to use the Python Imaging Library (PIL) – which has since been superseded by a … Read more