Installation of Python3 MasterBoard SDK Undefined Symbol Error

Hello,

I have the master-board flashed and communicating with my Ubuntu 22.04 computer and cmake version 3.22.1 using the C++ examples, but when trying the Python scripts I run into an error:

ImportError: /usr/local/lib/python3.10/dist-packages/libmaster_board_sdk_pywrap.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZNK5boost6python7objects21py_function_impl_base9max_arityEv

There’s a similar resolved issue on the master-board github, but meant for macs. Originally, I had an issue in which python could not find the libraries. Thus, I followed the instructions found on this other resolved issue.

Has anyone else encountered this issue?

Thanks!