jmathai / elodie

An EXIF-based photo assistant, organizer and workflow automation tool.
https://bit.ly/introducing-elodie
Apache License 2.0
1.27k stars 139 forks source link

Build errors due to Pillow version 5.3.0 not being not compatible with Python 3.8 #393

Closed jmathai closed 3 years ago

jmathai commented 3 years ago

Builds for Python 3.8 began failing on 12/21/2020 because the version of Pillow specified in requirements.txt is only compatible up to Python 3.7. This must be a result of a change somewhere else since builds have been working for some time - including the build from 12/16/2020.

The Pillow version should be bumped to 8.0 as part of the deprecation of Python 2.7 support #392.