I have a numpy array I would like to import to Ms.Image. This code block has worked fine previously, possibly before upgrading to 2.0.
# image.dtype is dtype('uint8')
# image.shape is (800, 1280)
Ms.Image.fromstring(image, image.shape[1], image.shape[0], ' ', datatype='U8')
However, the first line returns the error,
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats
Problem exists in 2.0.2 and 2.0.3.