Installing pillow
Because we are using images, we need to install Pillow (https://pypi.org/project/Pillow/), which adds image processing capabilities to our Python interpreter.
In the Terminal, stop the server and run the following.
For macOS, run this:
pip3 install pillow
For Windows, run this:
pip install pillow