You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you have to upgrade Pillow, for getting rid of this error. Nevertheless, I got other one not maybe related to this one, that points out some problems with the image you are trying to load (first time this ever happened to me)
Seems like there's a problem with the earlier versions of Pillow. As @osmarcedron suggested, this problem could be solved by upgrading your Pillow to its latest version (i.e. pip install Pillow -U).
I will change all the notebooks to reflect this. Thanks for reporting this issue.
This error (in Colaboratory) is fixed by upgrading the Pillow package, skip
Pillow==4.1.1
The text was updated successfully, but these errors were encountered: