我是靠谱客的博主 义气鞋子,这篇文章主要介绍2021-06-25,现在分享给大家,希望可以做个参考。

ROS中,rosrun moveit python脚本遇到的错误

复制代码
1
2
Failed to import pyassimp, see https://github.com/ros-planning/moveit/issues/86 for more info.

解决:
首先尝试:

复制代码
1
2
pip install --user pyassimp

如果提示:

复制代码
1
2
Cannot uninstall 'PyAssimp'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

则输入:

复制代码
1
2
pip install --user pyassimp --ignore-installed pyassimp

原因是未安装pyassimp或者安装的pyassimp版本有问题,无需卸载直接安装即可,百分百解决问题。

最后

以上就是义气鞋子最近收集整理的关于2021-06-25的全部内容,更多相关2021-06-25内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(63)

评论列表共有 0 条评论

立即
投稿
返回
顶部