Ubuntu18.04安装ROS出现的一些问题
程序员文章站
2022-03-25 22:33:26
...
执行 sudo rosdep init 出错
在执行 sudo rosdep init
报错 command rosdep not found
解决方法
安装python-rosdep
sudo apt install python-rosdep
安装完成后,执行sudo rosdep init
发现还存在问题
pkg_resources.DistributionNotFound: The ‘rosdep==0.19.0’ distribution was not found and is required by the application
这是由于ROS默认是python2,而自己系统python版本换到了python3造成的。
我们将系统python版本换到python2就可以了。
执行命令
sudo update-alternatives --config python
然后输入相应版本编号即可。
此时,再次执行 sudo rosdep init 成功
推荐阅读
-
安装Win10 Mobile预览版14977版本出现错误8007007B的解决办法
-
Myeclipse 8.x 之后的插件怎么安装为什么总是出现问题
-
安装sqlserver2000时出现wowexec.exe无反应的解决方法
-
安装IIS6.0程序是出现无法复制文件zclientm.exe的解决方法介绍
-
Vmware 7.1.x安装时出现的"already installed"错误解决方法
-
Ubuntu18.04 安装mysql8.0.11的图文教程
-
destoon安装出现Internal Server Error的解决方法
-
Microsoft Visual Studio 2010 Ultimate 下安装wcsf 2010出现问题的解决方法
-
SQL Server 2005安装过程中出现错误的解决办法
-
Myeclipse 8.x 之后的插件怎么安装为什么总是出现问题