Closed ruslan98m closed 2 years ago
Please tell me what I need to do to install it. I installed pybind11, but the compiler doesn't seem to see it
Alas there are no pre-build binaries for ARM, so it wants to compile the library including the Python wrapper. For that, it needs to find pybind11. You can either install that globally (in particular for installing with pip install ruckig
), or just clone it into the Ruckig directory.
cd ruckig
git clone https://github.com/pybind/pybind11.git
pip install .
CMake should pick pybind11 up from there.
On raspberry pi, the library is not installed using pip when compiling, it writes the same error as in the photo.