Hi,
I'm trying to serialize and deserialize Leap motion data in Python 2.7, but whenever I call frame.deserialize, it throws an error:
terminate called after throwing an instance of 'autowiring_error'
what(): Attempted to dereference a null autowired field
Aborted (core dumped)
What can I do to fix this?