Unable to locate package libboost-python-1.58.0
I want to install the autoware in my ubuntu16.04, I have already installed ROS kinetic and QT5.12, then I followed the instructions below: https://gitlab.com/autowarefoundation...
When I got to the step:
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
I got a problem shows below:
E: Unable to locate package libboost-python-1.58.0
E: couldn't find any package by glob 'libboost-python-1.58.0'
E: couldn't find any package by regex 'libboost-python-1.58.0'
ERROR: the following rosdeps failed to install apt: command [sudo -H apt-get install -y libboost-python-1.58.0] failed
I tried many methods, including change sources.list, but nothing worked.