Closed exitNA closed 5 years ago
@exitNA, It seems that 'apt' module is missing on the build machine. Could you please try to install python3-apt
prior to running the build again?
apt-get install -y python3-apt
Also could you please share the details of how you installed colcon-bundle. We will also try to reproduce the issue on our side and update our documentation to avoid similar issue in future.
@x77a1 I use anaconda python 3.7, follow the README.md, install colcon-ros-bundle
# 1. install anaconda
./Anaconda3-2018.12-Linux-x86_64.sh
# restart my shell to use anaconda python
# 2. install colcon-ros-bundle
pip3 install colcon-ros-bundle
@x77a1 should I use python 2 not python 3? and what is the version of ROS? Is it Kinetic ?
@exitNA This seems to be a miss in the documentation. It should also have instruction to install python3-apt. I will raise a PR for that change. Did you get a chance to try after installing python3-apt package?
We support running it on top ROS Kinetic currently.
@exitNA We have updated the instruction to install the packages needed to run the build locally. I am going to close this issue. Please let us know incase you are still facing the issue.
hi, when i do
colcon bundle
, i got an error:someone has an idea about this?