rosdep update 超时问题解决
Posted zxzmnh
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rosdep update 超时问题解决相关的知识,希望对你有一定的参考价值。
reading in sources list data from /etc/ros/rosdep/sources.list.d Hit http://github.com/ros/rosdistro/raw/master/rosdep/osx-homebrew.yaml ERROR: unable to process source [http://github.com/ros/rosdistro/raw/master/rosdep/base.yaml]: <urlopen error _ssl.c:489: The handshake operation timed out> (http://github.com/ros/rosdistro/raw/master/rosdep/base.yaml) ERROR: error loading sources list: The read operation timed out
解决方法:
更改 /usr/lib/python2.7/dist-packages/rosdep2/
下的三个文件sources_list.py
、gbpdistro_support.py
、rep3.py
中的DOWNLOAD_TIMEOUT = 15.0
值,改大一点就可以了。
操作如下
sudo vim /usr/lib/python2.7/dist-packages/rosdep2/gbpdistro_support.py
然后利用vim的搜索功能输入:/DOWNLOAD_TIMEOUT
搜索到这一行,修改过后输入:wq
保存退出就行了。
这个修改过后只是成功的几率会高很多,后面执行命令的时候发现卡住了就Ctrl + C重来多执行几次就过了。
以上是关于rosdep update 超时问题解决的主要内容,如果未能解决你的问题,请参考以下文章
rosdep init 和rosdep update的解决方法,亲测有效
rosdep init 或者rosdep update 连接错误的解决办法