carla-simulator / ros-bridge

ROS bridge for CARLA Simulator
MIT License
513 stars 414 forks source link

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

Closed SandyWare closed 2 years ago

SandyWare commented 2 years ago

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.

SandyWare commented 2 years ago

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

YoonjungChoi commented 2 years ago

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?

martino92 commented 2 years ago

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