Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rosdep fails to install #177

Open
andanders opened this issue Jan 14, 2025 · 0 comments
Open

rosdep fails to install #177

andanders opened this issue Jan 14, 2025 · 0 comments

Comments

@andanders
Copy link

Following the tutorial here: https://docs.ros.org/en/jazzy/Tutorials/Beginner-Client-Libraries/Creating-A-Workspace/Creating-A-Workspace.html

Command rosdep install -i --from-path src --rosdistro jazzy -y fails with:

executing command [sudo -H apt-get install -y libqt5core5a]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libqt5core5t64' instead of 'libqt5core5a'
libqt5core5t64 is already the newest version (5.15.13+dfsg-1ubuntu1).
libqt5core5t64 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
executing command [sudo -H apt-get install -y libqt5gui5]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libqt5gui5t64' instead of 'libqt5gui5'
libqt5gui5t64 is already the newest version (5.15.13+dfsg-1ubuntu1).
libqt5gui5t64 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ERROR: the following rosdeps failed to install
  apt: Failed to detect successful installation of [libqt5core5a]
  apt: Failed to detect successful installation of [libqt5gui5]

ROS2 Jazzy installed following the instructions here:
https://docs.ros.org/en/jazzy/Installation/Ubuntu-Install-Debs.html

System details:
Ubuntu 24.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant