You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dpkg: error processing archive /var/cache/apt/archives/python3-catkin-pkg-modules_0.4.23-1_all.deb (--unpack):
trying to overwrite '/usr/lib/python3/dist-packages/catkin_pkg/__init__.py', which is also in package python3-catkin-pkg 0.4.16-1
Preparing to unpack .../python3-rospkg-modules_1.2.10-1_all.deb ...
Unpacking python3-rospkg-modules (1.2.10-1) ...
dpkg: error processing archive /var/cache/apt/archives/python3-rospkg-modules_1.2.10-1_all.deb (--unpack):
trying to overwrite '/usr/lib/python3/dist-packages/rospkg/__init__.py', which is also in package python3-rospkg 1.2.3-1
Preparing to unpack .../python3-rosdistro-modules_0.8.3-1_all.deb ...
Unpacking python3-rosdistro-modules (0.8.3-1) ...
dpkg: error processing archive /var/cache/apt/archives/python3-rosdistro-modules_0.8.3-1_all.deb (--unpack):
trying to overwrite '/usr/lib/python3/dist-packages/rosdistro/__init__.py', which is also in package python3-rosdistro 0.8.0-1
I know this is not specifically the installers problem, but as the installer "controls the events", the installer should detect and handle the situation (ideally before the error happens).
I'm not sure why the maintainers of python3-catkin-pkg-modules believe they should overwrite something from a different package, and why the rospkg-modules tries to overwrite the rospkg package contents and why the rostistro modules try to overwrite the rosdistro files (this looks like a pattern), but the twoliner install should be able to install ros on ubuntu without the aforementioned errors popping up.
The text was updated successfully, but these errors were encountered:
Following this: https://wiki.ros.org/ROS/Installation/TwoLineInstall
on this: https://ubuntu.com/download/raspberry-pi
at first everything looks fine, then after choosing the "ros-noetic-desktop-full" option and downloading 1300 packages...
I know this is not specifically the installers problem, but as the installer "controls the events", the installer should detect and handle the situation (ideally before the error happens).
I'm not sure why the maintainers of python3-catkin-pkg-modules believe they should overwrite something from a different package, and why the rospkg-modules tries to overwrite the rospkg package contents and why the rostistro modules try to overwrite the rosdistro files (this looks like a pattern), but the twoliner install should be able to install ros on ubuntu without the aforementioned errors popping up.
The text was updated successfully, but these errors were encountered: