ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
47 stars 91 forks source link

Cannot install catkin on debian buster #255

Closed hadogenes closed 5 years ago

hadogenes commented 5 years ago

When I run apt install catkin

The following packages have unmet dependencies: catkin : Depends: python-catkin-pkg but it is not going to be installed Depends: python3-catkin-pkg but it is not going to be installed

When I try to add full deps in cmd apt install catkin python-catkin-pkg python3-catkin-pkg python-catkin-pkg-modules python3-catkin-pkg-modules

The following packages have unmet dependencies: python-catkin-pkg : Conflicts: catkin but 0.7.14-10 is to be installed Conflicts: python3-catkin-pkg but 0.4.12-100 is to be installed python-catkin-pkg-modules : Conflicts: catkin but 0.7.14-10 is to be installed python3-catkin-pkg : Conflicts: catkin but 0.7.14-10 is to be installed Conflicts: python-catkin-pkg but 0.4.12-100 is to be installed python3-catkin-pkg-modules : Conflicts: catkin but 0.7.14-10 is to be installed

dirk-thomas commented 5 years ago

Please see http://wiki.ros.org/UpstreamPackages

hadogenes commented 5 years ago

and it says that I should install desktop-full, but it stops at catkin

hadogenes commented 5 years ago

Ok, my bad I didn't know that there are ros packages in system