ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Cant import Move-it commander on ROS noetic.

asked 2023-05-25 03:22:04 -0500

Following Error comes up:

from .roscpp_initializer import * File "/Users/akshitshishodia/mambaforge/envs/ROS/lib/python3.9/site-packages/moveit_commander/roscpp_initializer.py", line 35, in <module> from moveit_ros_planning_interface import _moveit_roscpp_initializer ImportError: cannot import name '_moveit_roscpp_initializer' from 'moveit_ros_planning_interface' (/Users/akshitshishodia/mambaforge/envs/ROS/lib/python3.9/site-packages/moveit_ros_planning_interface/__init__.py)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-25 10:47:06 -0500

Mike Scheutzow gravatar image

If you are using the apt binary ros repository, you must use python 3.8.10 for all of your noetic work. If you have installed a different version of python into /usr/local/bin/, ros is not going to work.

You must also have the apt package python-is-python3 installed.

edit flag offensive delete link more

Comments

Actually I installed it through Robostack according to https://robostack.github.io/GettingSt... and it requires python 3.10.10 else it won't install

Akshit Shishodia gravatar image Akshit Shishodia  ( 2023-05-25 11:26:27 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2023-05-25 03:22:04 -0500

Seen: 62 times

Last updated: May 25 '23