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

six module

asked 2014-04-22 17:47:21 -0500

smart engineer gravatar image

updated 2014-07-06 23:59:06 -0500

tfoote gravatar image

hello ; i have a problem during executing this command in the terminal """ rosws init ~/fuerte_workspace /opt/ros/fuerte """ the output is

Traceback (most recent call last): File "/usr/local/bin/rosws", line 52, in <module> import rosinstall.rosws_cli File "/usr/local/lib/python2.7/dist-packages/rosinstall/__init__.py", line 33, in <module> import wstool.helpers File "/usr/local/lib/python2.7/dist-packages/wstool/helpers.py", line 37, in <module> from wstool.config_elements import SetupConfigElement File "/usr/local/lib/python2.7/dist-packages/wstool/config_elements.py", line 38, in <module> from vcstools.vcs_abstraction import get_vcs_client File "/usr/local/lib/python2.7/dist-packages/vcstools/__init__.py", line 44, in <module> from vcstools.svn import SvnClient File "/usr/local/lib/python2.7/dist-packages/vcstools/svn.py", line 44, in <module> import dateutil.parser # For parsing date strings File "/usr/local/lib/python2.7/dist-packages/dateutil/parser.py", line 24, in <module> from six import text_type, binary_type, integer_types ImportError: No module named six

plz ; how can i fix this error ????

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-07-07 00:00:19 -0500

tfoote gravatar image

updated 2014-07-07 00:01:13 -0500

It looks like you are missing the six python library which should be available from your package manager. Note you are also using vcstools from source or pip which is not recommended except for developers with specific needs other than using the tool

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-04-22 17:47:21 -0500

Seen: 340 times

Last updated: Jul 07 '14