SyntaxFix
Write A Post
Hire A Developer
Questions
You want the Pillow library, here is how to install it on Python 3:
pip3 install Pillow
If that does not work for you (it should), try normal pip:
pip
pip install Pillow