setup.py searches for pillow, and installs Pillow 7.x which doesn't have
support for Python 2.7, I modified my setup.py to search for "pillow<7"
and everything installed properly.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3353>
Deluge <https://deluge-torrent.org/>
Deluge Project
Comment (by v0idf1sh):
See: https://pillow.readthedocs.io/en/stable/installation.html#notes for
which versions of Pillow support which versions of Python.
{{{
ralyks@jarvis:~ $ deluge --version
deluge 2.0.4.dev23
libtorrent: 1.1.11.0
Python: 2.7.16
OS: Linux 4.19.75-v7+
}}}
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3353#comment:1>
* status: new => closed
* resolution: => Fixed
* component: Unknown => Packaging
Comment:
Thanks for reporting, since this is related to now EOL Python 2.7 we won't
be applying any fix for this. However I have changed the dependency to
optional anyway so by default won't be installed unless using `pip install
deluge[all]`
Fixed in develop [8fb25f71f30733]
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3353#comment:2>