ImportError: dynamic module does not define module export function (PyInit_PyKDL)
When I do import PyKDL
, here comes an error like ImportError: dynamic module does not define module export function (PyInit_PyKDL)
.
Do you know how to solve this ImportError to be run the code.
Done command:
apt-get ros-install-desktop-full
git clone https://github.com/orocos/orocos_kinematics_dynamics.git
, and
make;make install
Asked by romth on 2017-04-15 09:23:43 UTC
Comments