I'm having major problems trying to get rosdep to run. I've got 0.10.18, and running rosdep update gives me this:
reading in sources list data from /etc/ros/rosdep/sources.list.d
Hit https://github.com/ros/rosdistro/raw/master/rosdep/osx-homebrew.yaml
ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/rosdep/gentoo.yaml]:
<urlopen error="" [errno="" 1]="" _ssl.c:504:="" error:140770fc:ssl="" routines:ssl23_get_server_hello:unknown="" protocol="">
ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/rosdep/base.yaml]:
<urlopen error="" [errno="" 1]="" _ssl.c:504:="" error:140770fc:ssl="" routines:ssl23_get_server_hello:unknown="" protocol="">
ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/rosdep/python.yaml]:
<urlopen error="" [errno="" 1]="" _ssl.c:504:="" error:140770fc:ssl="" routines:ssl23_get_server_hello:unknown="" protocol="">
ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/rosdep/ruby.yaml]:
<urlopen error="" [errno="" 1]="" _ssl.c:504:="" error:140770fc:ssl="" routines:ssl23_get_server_hello:unknown="" protocol="">
ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/releases/fuerte.yaml]:
Failed to download target platform data for gbpdistro:
<urlopen error="" [errno="" 1]="" _ssl.c:504:="" error:140770fc:ssl="" routines:ssl23_get_server_hello:unknown="" protocol="">
Ignore legacy gbpdistro "groovy"
Ignore legacy gbpdistro "hydro"
Query rosdistro index https://raw.github.com/ros/rosdistro/master/index.yaml
ERROR: error loading sources list:
<urlopen error="" <urlopen="" error="" [errno="" 1]="" _ssl.c:504:="" error:140770fc:ssl="" routines:ssl23_get_server_hello:unknown="" protocol=""> (https://raw.github.com/ros/rosdistro/master/index.yaml)>
What is going on here? I've tried following all instructions to remove, delete the list file, and reinstall, and keep getting the same problem. Running ROS Fuerte on 12.04 LTS, amd64.
What does
rosdep --version
print?On my Ubuntu 12.04 system, loaded and updated yesterday and today, rosdep --version gives 0.10.14. ...a few hours later ...And now, after the repository update mentioned below, the version is 0.10.18, and running "rosdep update" does not give any error messages.