Quote:
Originally Posted by roger64
I installed the brand new 0.3 (which is still reported as 0.2) but the error message is the same.
|
Depending on the Python interpreter(s) you've installed, you'll need to enter the following command(s) in a Terminal window:
Code:
sudo pip install Pillow
(Python 2.7)
Code:
sudo pip3 install Pillow
(Python 3.4)