Installing Pillow with Mac OS X Mavericks (10.9.1)

前端 未结 6 1989
走了就别回头了
走了就别回头了 2020-12-20 21:25

I\'m trying to install Pillow following the instruction:

http://pillow.readthedocs.org/en/latest/installation.html#mac-os-x-installation

Th

6条回答
  •  自闭症患者
    2020-12-20 22:03

    Follow these steps

    1. update xcode on qppstore
    2. open the terminal an type:
      1. xcode-select --install
      2. su
      3. export CFLAGS=-Qunused-arguments
      4. export CPPFLAGS=-Qunused-arguments
      5. pip install pillow

提交回复
热议问题