-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cap Pillow and other dependencies #50
Comments
There's now a new release of torchvision (0.5.0) that works with the newest Pillow version (7.0.0).
An alternative to #52 is updating the torchvision pin from 0.2.1 to 0.5.0. |
Hi @hugovk and thank you for your anwser. I will check out if Update:
Unfortunately we are using torch |
You can also now upgrade to Pillow 7.1.0+, which reintroduced https://pillow.readthedocs.io/en/stable/releasenotes/7.1.0.html#pillow-version-constant |
There have been some updates to
Pillow
which makesTorchvision
to fail trying to importPILLOW_VERSION
fromPIL
.The text was updated successfully, but these errors were encountered: