美文网首页
install PIL on ubuntu python

install PIL on ubuntu python

作者: angerskon | 来源:发表于2017-05-22 10:10 被阅读9次

I have successfully installed PIL using these commands:

sudo apt-get build-dep python-imagingsudo 
apt-get install libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-devsudo 
pip install Pillow

After these commands I could:

>>> import PIL
>>> PIL.VERSION'1.1.7'

相关文章

网友评论

      本文标题:install PIL on ubuntu python

      本文链接:https://www.haomeiwen.com/subject/dgdbxxtx.html