Get error when try to install PIL [duplicate] February 8, 2023 by Tarik You could try using Pillow instead, which is a PIL fork: pip install Pillow To import use: from PIL import Image