Image viewer error classic segmentation jupyter notebook

Hi All,

New error experienced when running the look up table demo via jupyter notebook (through anaconda).

During the loading the data step I get the following error:

Failed to parse XML for the provided file. Error: not well-formed (invalid token): line 1, column 6

The next error I get when running the Preview of the Image is:
np.int is a deprecated alias for the builtin int. To silence this warning, use int by itself. Doing this will not modify any behavior and is safe. When replacing np.int, you may wish to use e.g. np.int64 or np.int32 to specify the precision. If you wish to review your current use, check the release note link for additional information.
Deprecated in NumPy 1.20; for more details and guidance: NumPy 1.20.0 Release Notes — NumPy v1.24.dev0 Manual

Has anyone come across this? I am attempting to open single channel z-stack .tif files.

Cheers,
Aidan