简体   繁体   English

如何为python3安装PIL?

[英]how to install PIL for python3?

please tell me how to install the PIL library for python 3.3. 请告诉我如何为python 3.3安装PIL库。 on the official website are installing only for version 2.x. 在官方网站上只安装2.x版本。 but about the 3.x version says 但关于3.x版本说

"A version for 3.X will be released later." “3.X的版本将在稍后发布。”

Use Pillow, a modern fork of PIL. 使用枕头,PIL的现代叉子。 This seems to work for people more often than installing straight PIL. 这似乎比安装直接PIL更适合人们。

Look here for more info: http://pillow.readthedocs.org/en/latest/ 在这里查看更多信息: http//pillow.readthedocs.org/en/latest/

And for 64bit binaries(and 32bit), for python 3.x, look here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow 对于64位二进制文​​件(和32位),对于python 3.x,请看这里: http//www.lfd.uci.edu/~gohlke/pythonlibs/#pillow

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM