Any timeline for PIL for Python 3.4

jfong at ms4.hinet.net jfong at ms4.hinet.net
Tue Aug 11 01:49:57 EDT 2020


dn於 2020年8月11日星期二 UTC+8下午1時29分47秒寫道:
> On 11/08/2020 16:35, Martin wrote:
> > I am running Python 3.4.4, and would like to
> > use the Python Imaging Library (PIL).  This
> > is currently not available for Python
> > Version 3.  Does anybody know when it will
> > become available?
> > 
> > Plan B is to install Python 2.7.18.  I just
> > need an idea of how long I would need to
> > wait for Plan A.
> 
> 
> 1 PIL was discontinued about a decade back. Please use "Pillow" (a fork 
> - note first three letters), which is available from PyPI (pip3)
> 
> 2 Bad news though, IIRC it requires Python 3.5+
> 
> 3 Don't degrade to Py2 if you can at all avoid doing-so!
> -- 
> Regards =dn

Pillow for Python 3.4 can be downloaded at this moment in time:-)

https://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow

--Jach


More information about the Python-list mailing list