I know PIL is deprecated, so I installed Pillow instead, and for backward compatibility reason, Pillow is still using PIL as its module name. Here\'s my pip freeze look
You can use python -m pip install Pillow or pip install Pillow
python -m pip install Pillow
pip install Pillow