This is the problem when I go on to install using conda install PIL It gives me this:
UnsatisfiableError: The following specifications were found to be in confli
use
from pil import Image
instead of
from PIL import Image