Project

General

Profile

Actions

Bug #120

closed

issue with catkin_make regarding PYTHONPATH configuration

Added by Aurélie Clodic almost 7 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-

Description

i've installed robotpkg graphics/ros-ivcon and configure my PYTHONPATH like that
export PYTHONPATH=$PYTHONPATH:$ROBOTPKG_BASE/lib/python2.7/site-packages

then when i tried to catkin_make something it failed
aclodic@maxc1:~/ws0/catkin_ws$ catkin_make
ImportError: "from catkin_pkg.topological_order import topological_order" failed: No module named tool_detection
Make sure that you have installed "catkin_pkg", it is up to date and on the PYTHONPATH.

i reconfigure PYTHONPATH like that
export PYTHONPATH=$ROBOTPKG_BASE/lib/python2.7/site-packages:$PYTHONPATH

and it's working
but it is weird, isn't it ?
thanks
Aurelie

Actions

Also available in: Atom PDF