Why do I get an error when installing Pillow 3.0.0 on Ubuntu?

后端 未结 1 932
猫巷女王i
猫巷女王i 2021-02-01 02:16

I recently failed trying to install Pillow 3.0.0 on my Ubuntu 14.04.

No matter what I do (download and try to sudo python setup.py install or sudo -H

1条回答
  •  抹茶落季
    2021-02-01 02:26

    Did you install the dependencies for pillow ? You can install them by

    $ sudo apt-get build-dep python-imaging
    $ sudo apt-get install libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev
    

    0 讨论(0)
提交回复
热议问题