You can easily check the version of Pillow with the following code. First, import the Pillow library as PIL.
import PIL print(PIL.__version__)
You can easily check the version of Pillow with the following code. First, import the Pillow library as PIL.
import PIL print(PIL.__version__)