#3353: Pillow v7 broke install script ----------------------+--------------------- Reporter: v0idf1sh | Type: bug Status: new | Priority: minor Milestone: 2.0.4 | Component: Unknown Version: 2.0.0 | Keywords: ----------------------+--------------------- I've never submitted a bug report so my deepest apologies if I do something wrong here. I am attempting to build deluge from source on a Raspberry Pi.
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 -- You received this message because you are subscribed to the Google Groups "Deluge Dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/deluge-dev/047.e1daf1f72b5e3267ee00e6f49531b97a%40deluge-torrent.org.
