首页 > 其他 > 详细

DistributionNotFound: The ‘rosdep==0.19.0‘ distrib

时间:2020-04-08 15:43:41      阅读:218      评论:0      收藏:0      [点我收藏+]
安装 ROS 最后初始化 rosdep 的时候报错:
DistributionNotFound: The ‘rosdep==0.19.0‘ distribution was not found and is required by the application

分析原因

是我本机安装了多个版本的 Python(默认 Python3.5)
技术分享图片

解决办法

重新安装 Python3.5 版本的 rosdep

sudo apt install python3-rosdep

此处可能会提示依赖,按提示安装所有依赖即可

DistributionNotFound: The ‘rosdep==0.19.0‘ distrib

原文:https://blog.51cto.com/laok8/2485703

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!