Вопрос

I'm trying to install the Morse Robot Simulator on my Ubuntu 12.04, but when I try to use the command "cmake .." it give some errors...

-- will install python files in /opt/lib/python3.2/site-packages
Traceback (most recent call last):
  File "", line 1, in 
ImportError: No module named yarp
CMake Error at CMakeLists.txt:68 (MESSAGE):
  BUILD_YARP_SUPPORT is required, but '/usr/local/bin/python3.2' can't find
  yarp python binding

Could someone help me?

Это было полезно?

Решение

You need to install YARP and its Python bindings. The error message is complaining about the latter. Note that since you're using a custom /usr/local/bin/python3.2 instead of Ubuntu's python package you'd need to account for that.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top