Any timeline for PIL for Python 3.4

dn PythonList at DancesWithMice.info
Tue Aug 11 01:29:25 EDT 2020


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


More information about the Python-list mailing list