Robotics StackExchange | Archived questions

ImportError: No module named rosdep2.main

Trying to install ros kinetic according to the official guide .

But always fails.

The first problem is described here. So I deleted all files and key related to ros, and reinstalled again.

Here is the error that occurs now:

$ sudo rosdep init
Traceback (most recent call last):
  File "/usr/bin/rosdep", line 3, in <module>
    from rosdep2.main import rosdep_main
ImportError: No module named rosdep2.main

Anyone can figure it out? Thanks.

Asked by JohnBT on 2019-10-05 23:04:55 UTC

Comments

This is still the same problem as you already posted about in #q334640.

Until #q334640 is fixed, there is no point in trying to diagnose these new issues.

Asked by gvdhoorn on 2019-10-06 05:34:09 UTC

Answers