其他分享
首页 > 其他分享> > DistributionNotFound: The 'rosdep==0.19.0' distrib

DistributionNotFound: The 'rosdep==0.19.0' distrib

作者:互联网

安装 ROS 最后初始化 rosdep 的时候报错:

DistributionNotFound: The 'rosdep==0.19.0' distribution was not found and is required by the application

分析原因

是我本机安装了多个版本的 Python(默认 Python3.5)
DistributionNotFound: The 'rosdep==0.19.0' distrib

解决办法

重新安装 Python3.5 版本的 rosdep

sudo apt install python3-rosdep

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

标签:0.19,Python3.5,rosdep,版本,distrib,安装,DistributionNotFound
来源: https://blog.51cto.com/laok8/2485703