本文主要是介绍rosdep问题 pkg_resources.DistributionNotFound: The 'rosdistro=0.7.5' distribution,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
问题1 rosdep出现错误
pkg_resources.DistributionNotFound: The 'rosdistro>=0.7.5' distribution
解决方法
pip install rosdistro==0.7.5 -i https://pypi.tuna.tsinghua.edu.cn/simple
问题2 roscore出现错误
Invalid <param> tag: Cannot load command parameter [rosversion]: no such command
解决方法
sudo apt-get install python-rospkg
这篇关于rosdep问题 pkg_resources.DistributionNotFound: The 'rosdistro=0.7.5' distribution的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!