ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

As Dirk commented, the error is caused by the version mismatch of python-catkin-pkg-modules (0.4.1) and python-catkin-pkg(0.4.3). This can be fixed by upgrading python-catkin-pkg-modules:

sudo pip install --upgrade catkin_pkg_modules

As Dirk commented, answered, the error is caused by the version mismatch of python-catkin-pkg-modules (0.4.1) and python-catkin-pkg(0.4.3). This can be fixed by upgrading python-catkin-pkg-modules:

sudo pip install --upgrade catkin_pkg_modules

As Dirk answered, the error is caused by the version mismatch of python-catkin-pkg-modules (0.4.1) and python-catkin-pkg(0.4.3). This can be fixed by upgrading python-catkin-pkg-modules:

sudo pip install --upgrade catkin_pkg_modules

Edit: Please first follow the above accepted answer.

click to hide/show revision 4
No.4 Revision

As Dirk answered, the error is caused by the version mismatch of python-catkin-pkg-modules `python-catkin-pkg-modules` (0.4.1) and python-catkin-pkg(0.4.3). `python-catkin-pkg`(0.4.3). This can be fixed by upgrading python-catkin-pkg-modules:

`python-catkin-pkg-modules`:
 sudo pip install --upgrade catkin_pkg_modules

Edit: Please first follow the above accepted answer.