Error when starting app

Hi,

My app doesn’t start.
Error:
2024-08-20 08:43:40.492 ERROR : numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject.

The app uses SDK 14.0.0.

How to fix this?

Best regards, Rino van Dam

Hi Rino,

You can safely upgrade your app to use SDK 14.14.0. This should also resolve the numpy problem (see this post for more info: Numpy v2.0 might break your app)

Kevin