I\'m joining a project, so I want to set up the environnment, so what I did is :
pip install -r requirements.txt
This fully installed all r
macOS High Sierra 10.13.6 My solution was
pip3 install Pillow
Not
pip install Pillow