carla-simulator/ros-bridge

rosdep install --from-paths src --ignore-src -r -- Failed to Install

SandyWare opened this issue · 3 comments

Environment: Ubuntu 18.0.4 (Bionic), ROS Melodic , CARLA Simulator version 0.9.9.
Issue: pip: command [sudo -H /usr/bin/python -m pip install -U transforms3d] failed

Steps followed as per the below documents :
https://carla.readthedocs.io/en/0.9.9/ros_installation/#bridge-installation

Command : rosdep install --from-paths src --ignore-src -r

Setting up ros-melodic-carla-msgs (1.3.0-1bionic.20210505.011451) ...
/usr/bin/python: No module named pip
executing command [sudo -H /usr/bin/python -m pip install -U transforms3d]
/usr/bin/python: No module named pip
/usr/bin/python: No module named pip
ERROR: the following rosdeps failed to install
pip: command [sudo -H /usr/bin/python -m pip install -U transforms3d] failed
pip: Failed to detect successful installation of [transforms3d]

Any suggestion or help is appricated.

I have installed CRALA 9.13 and built ROS Bridge with the latest version. This solves this issue.

Hello. I am trying to follow this deliverychallenge-repo. Here are the detail steps but robomaker API is deprecated and concepts changed(Docker).

So I am trying to building container, but the in Dockerfile , I got the similar issue

#17 117.0 /usr/bin/python: No module named pip
#17 117.0 /usr/bin/python: No module named pip
#17 117.0 /usr/bin/python: No module named pip
#17 117.0 ERROR: the following rosdeps failed to install
#17 117.0 pip: command [sudo -H /usr/bin/python -m pip install -U awsiotpythonsdk] failed
#17 117.0 pip: Failed to detect successful installation of [awsiotpythonsdk]
#17 117.0 Continuing to install resolvable dependencies...
#17 117.0 executing command [sudo -H apt-get install -y ros-melodic-interactive-markers]

Do you have any idea about this?

Do you mean that the latest version of ROS bridge is master branch?