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
File ~.virtualenvs\develop_metrics-2tt3ZQrv\Lib\site-packages\PIL\Image.py:1199, in Image.crop(self, box)
1196 if box is None:
1197 return self.copy()
-> 1199 if box[2] < box[0]:
1200 msg = "Coordinate 'right' is less than 'left'"
1201 raise ValueError(msg)
TypeError: 'map' object is not subscriptable
The text was updated successfully, but these errors were encountered:
trying the following script got me an error:
ERROR:
The text was updated successfully, but these errors were encountered: