Unable init rosdep in Ubuntu 14.04
I try to init rosdep in Ubuntu but got issue like that:
ERROR: cannot download default sources list from:
https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list
I install Ubuntu 14.04 in VM (5.1.8) and just stuck at this step. What's the solution for this?
That URL works for me, so it's not an issue with the URL. Does your VM have internet access? Can you access github.com from inside your VM?
How do i know I can access github.com? sorry, I am fresh on ubuntu.
In a terminal:
See also #q253225. Python might use a different way to resolve hostnames than the rest of your system. Could you try the output of the
python -c ..
one-liner in one of the comments on that question?Is this a duplicate of #q263604?