Error for pip install Pillow on Ubuntu virtualenv

后端 未结 9 783
别跟我提以往
别跟我提以往 2020-12-07 20:32

I have an ec2 instance and had Pillow 2.0 installed in my virtualenv initially. Somehow when I tried to upgrade it to Pillow 2.5, it failed with the following message. The e

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-07 20:57

    You might need to install the python development headers.

    sudo apt-get install build-dep python-imaging
    

提交回复
热议问题