ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

In my case (inside a 20.04 docker with noetic) enum34 was installed via pip, and no other packages were depending on it, so this worked:

pip3 uninstall -y enum34

In my case (inside a 20.04 docker with noetic) enum34 was installed via pip, and no other packages were depending on it, so this worked:

 pip3 uninstall -y enum34