Download client error in Colab

Hello,

I am having the same issues as below post:

is it related to PIL version @gmilcinski ?

Ali

---------------------------------------------------------------------------
UnidentifiedImageError                    Traceback (most recent call last)
<ipython-input-102-1b23db34d472> in <module>
      5 download_requests = [request.download_list[0] for request in process_requests]
      6 
----> 7 data = client.download(download_requests)
      8 
      9 data[0].shape

11 frames
/usr/local/lib/python3.7/dist-packages/PIL/Image.py in open(fp, mode)
   2894             if mode == "P":
   2895                 from . import ImagePalette
-> 2896 
   2897                 im.palette = ImagePalette.ImagePalette("RGB", im.im.getpalette("RGB"))
   2898             im.readonly = 1

UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7f9ed2b7f350>
1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.