Can't install PIL after Mac OS X 10.9

前端 未结 28 1040
长情又很酷
长情又很酷 2020-11-28 17:41

I\'ve just updated my Mac OS to 10.9 and I discovered that some (all?) of my Python modules are not here anymore, especially the Image one.

So I try to execute

28条回答
  •  一整个雨季
    2020-11-28 18:38

    Execute the bellow command lines. Works like a charm on Mac OS 10.9.5

    easy_install pip

    sudo pip install setuptools --no-use-wheel --upgrade

    sudo pip install Pillow

    Best, Theo

提交回复
热议问题