Skip to content Skip to sidebar Skip to footer

Why Can't I Install Pillow On My Mac? It Gives Some Errors

here is the error from installing Pillow. I'm using OS X Mavericks. I tried installing Pillow through pip install.. _imaging.c:391:28: warning: implicit conversion loses integer pr

Solution 1:

I got it.. What I actually did here is installed Pillow through

sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install pillow

I realized I had problems with webp and little-cms so I manually installed them through downloading packages..

Post a Comment for "Why Can't I Install Pillow On My Mac? It Gives Some Errors"