MetaWear-SDK-Python
MetaWear-SDK-Python copied to clipboard
Library doesn't compile on Ubuntu 24.04
This library doesn't compile from pip install metawear, the solution is to upgrade the version of nlohman json library, the latest stable seems to work without issues.
Please update the library version, the problem stems from the last version of C++ which doesn't include cstdint in the std namespace.
Thank you!