Uograding the client side numpy version accidentally to 2.2 causes an incompatibility in object serialization/deserialization between client and server. After downgrading the client numpy version to 1.26.4, no exception from the server is observed any more.
This issue needs to be fixed by catching exception and reporting the discrepancy in numpy versions.
Uograding the client side numpy version accidentally to 2.2 causes an incompatibility in object serialization/deserialization between client and server. After downgrading the client numpy version to 1.26.4, no exception from the server is observed any more.
This issue needs to be fixed by catching exception and reporting the discrepancy in numpy versions.