refactor PIL.image to pillow.image

Issue #143 invalid
Reimar Bauer created an issue

We should check if we could replace PIL to pillow

http://pillow.readthedocs.io/en/4.0.x/

Comments (7)

  1. Joern Ungermann

    We in fact already use pillow. meta.yaml requires pillow and pillow offers the PIL module. And pillow lives in the PIL namespace (that is, there is no pillow module). Installing PIL overwrites pillow(also PIL) actually and confuses conda quite a bit.

  2. Reimar Bauer reporter

    we never should overwrite pillow by PIL.

    I have not had a detailed look on this yet. So it is a remark more than a bug or task to verify that it is completly solved

  3. Joern Ungermann

    No, not we overwrite PIL, pillow does. pillow and PIL share the same namespace (i.e. PIL) and I really do not see how one could install both in parallel. But conda does not care. We require in meta.yaml pillow.

    We can close this issue for MSS.

  4. Log in to comment