orocos / orocos_kinematics_dynamics

Orocos Kinematics and Dynamics C++ library
680 stars 407 forks source link

`site-packages` should be used instead of `dist-packages` #471

Open daizhirui opened 1 month ago

daizhirui commented 1 month ago

site-packages is used when building this package with ROS activated. Change dist-packages to site-packages for PYTHON_SITE_PACKAGES_INSTALL_DIR. dist-packages is not included in the sys.path by default. It is recommended to use site-packages instead.

MatthijsBurgh commented 4 weeks ago

dist-packages is not included in the sys.path by default. It is recommended to use site-packages instead.

I think this is system depended. So please do some research and present your results.