-
Sorry to ask a repeated question here, as i asked somewhere else robotology/yarp#2975 , the question is I set the PYTHONPATH, but still failed to import yarp.
Or if i need to rebuild or super-build the yarp with pythonsupport, how to do it? Regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, you ought to rebuild the superbuild with Python enabled. To this end, there's the following CMake flag to toggle on:
See also https://github.com/robotology/robotology-superbuild/blob/master/README.md?plain=1#L141-L147. cc @traversaro |
Beta Was this translation helpful? Give feedback.
Yes, you ought to rebuild the superbuild with Python enabled. To this end, there's the following CMake flag to toggle on:
ROBOTOLOGY_USES_PYTHON
See also https://github.com/robotology/robotology-superbuild/blob/master/README.md?plain=1#L141-L147.
cc @traversaro