question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot install catkin in a clean environment

See original GitHub issue

Our automated builds have recently started breaking when attempting to install catkin. Here is the output when attempting to install catkin in a clean 16.04 container:

root@51476a8facdb:~# apt-get install catkin
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 catkin : Depends: python-catkin-pkg but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
wjwwoodcommented, Feb 15, 2017

Ah, actually then it is this: https://github.com/ros-infrastructure/catkin_pkg/pull/156 and it is intentional.

0reactions
dirk-thomascommented, Aug 6, 2018

@elahia You have been cross posting this in at least three locations:

This is against the etiquette - please read the support support guidelines of ROS: http://wiki.ros.org/Support

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot install catkin on clean ubuntu 18 - ros - Stack Overflow
For package installation you can do two ways. One is by sudo apt-get install ros-melodic-(name of the package).
Read more >
Installing catkin_tools - Catkin tools
You can install the catkin_tools package as a binary through a package manager like pip or apt-get , or from source. ... This...
Read more >
catkin config --install and --no-install using same build dir?
I was able to build to either devel or install, but with catkin config I have to clean and rebuild everything when switching...
Read more >
Part 2: 7 Simple Steps to create and build your first ROS ...
So, to check if catkin is installed or not, just type catkin on your terminal and press the Tab key double time. You...
Read more >
Install Gazebo from source (Ubuntu and Mac)
In a clean Ubuntu installation you can install pre-compiled versions of all ... is easy to use multiple catkin workspaces, it is convenient...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found