Pip install pillow MAC

Hey there fellow Pythonian blender buffs!.
Im on a Mac and i did “pip install Pillow”.

got this in the end:
could not create ‘/Library/Python/2.7/site-packages/olefile’: Permission denied

and I just can’t find the Pillow (PIP list)

anybody have experience compiling it through xcode like th python community talks about,

or is anybody having an idea how to do it the easy way…
I seem to have if it but blender doesn’t see it.

getting this after doing : sudo pip install pillow

Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named ‘PIL’

import pil
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named ‘pil’

import Pil
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named ‘Pil’

import PIL
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named ‘PIL’

and when I do : pip list I see Pillow (4.1.1)
I seem to have Pillow in but its not seeing it in python3 command

cheers
Stinni

Privacy & Terms