Error when read image with AICSImage

Hi everyone,
I got the following error when I tried to read my image. but I am able to get shape, and ndim information of my image
TiffPage 0: TypeError: read_bytes() missing 3 required positional arguments: ‘dtype’, ‘count’, and ‘offsetsize’
Thanks so much.

Could you post the exact commands you used when calling this? Also, do you know anything about how your tiff file was created (Fiji, python script writing using a particular library, etc)? It does sound like something inconsistent between the file and its metadata, perhaps.

thanks, I have figured it. the tifffile should be updated to the latest version