python的pillow_python pillow和pil的区别

2017-06-24 回答

1. 安装pip

[plain] view plain copy

sudo easy_install pip

pip 安装成功就可以直接安装pil或者pillow

2. 通过命令pip install pil

[plain] view plain copy

pip install pil

downloading/unpacking pil

could not find any downloads that satisfy the requirement pil

some externally hosted files were ignored (use --allow-external pil to allow).

cleaning up...

no distributions at all found for pil

storing debug log for failure in /users/macbook/library/logs/pip.log

3. 所以就安装pillow

[plain] view plain copy

pip install --use-wheel pillow

downloading/unpacking pillow

downloading pillow-2.4.0.zip (6.5mb): 5.0mb downloaded

cleaning up...

弄了会别的回来发现还没有下载完,这叫一个慢呀,于是放弃

4. 通过git下载源码地址https://github.com/python-imaging/pillow

[plain] view plain copy

git clone https://github.com/python-imaging/pillow.git

然后开始编译安装

4.1

[plain] view plain copy

python setup.py build_ext -i

编译完之后会提示运行测试例子,并且发现jpeg support not available

[plain] view plain copy

--------------------------------------------------------------------

version pillow 2.4.0

platform darwin 2.7.5 (default, aug 25 2013, 00:04:04)

[gcc 4.2.1 compatible apple llvm 5.0 (clang-500.0.68)]

--------------------------------------------------------------------

--- tkinter support available

*** jpeg support not available

*** openjpeg (jpeg2000) support not available

--- zlib (png/zip) support available

*** libtiff support not available

--- freetype2 support available

*** littlecms2 support not available

*** webp support not available

*** webpmux support not available

--------------------------------------------------------------------

to add a missing option, make sure you have the required

library, and set the corresponding root variable in the

setup.py script.

to check the build, run the selftest.py script.

4.2 因为jpeg support not available,运行python selftest.py报告错误

[plain] view plain copy

1 tests of 57 failed.

于是只好卸载pillow

可以通过pip命令来卸载

[plain] view plain copy

pip uninstall pillow

sudo pip uninstall pillow

password:

uninstalling pillow:

/library/python/2.7/site-packages/pillow-2.4.0-py2.7-macosx-10.9-intel.egg

/usr/local/bin/pilconvert.py

/usr/local/bin/pildriver.py

/usr/local/bin/pilfile.py

/usr/local/bin/pilfont.py

/usr/local/bin/pilprint.py

proceed (y/n)? y

successfully uninstalled pillow

成功之后需要安装libjpeg的支持

[plain] view plain copy

brew install libjpeg

安装成功之后重新编译pillow

[plain] view plain copy

--------------------------------------------------------------------

version pillow 2.4.0

platform darwin 2.7.5 (default, aug 25 2013, 00:04:04)

[gcc 4.2.1 compatible apple llvm 5.0 (clang-500.0.68)]

--------------------------------------------------------------------

--- tkinter support available

--- jpeg support available

*** openjpeg (jpeg2000) support not available

--- zlib (png/zip) support available

*** libtiff support not available

--- freetype2 support available

*** littlecms2 support not available

*** webp support not available

*** webpmux support not available

--------------------------------------------------------------------

[plain] view plain copy

python selftest.py

[plain] view plain copy

--------------------------------------------------------------------

pillow 2.4.0 test summary

--------------------------------------------------------------------

python modules loaded from /users/macbook/yyang/app-devel-source/python/pillow/pil

binary modules loaded from /users/macbook/yyang/app-devel-source/python/pillow/pil

--------------------------------------------------------------------

--- pil core support ok

--- tkinter support ok

--- jpeg support ok

*** jpeg 2000 support not installed

--- zlib (png/zip) support ok

*** libtiff support not installed

--- freetype2 support ok

*** littlecms2 support not installed

*** webp support not installed

--------------------------------------------------------------------

running selftest:

--- 57 tests passed.

最后执行安装

[plain] view plain copy

sudo python setup.py install

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值