The recent 0.26.0 release has brought back the pkg_resources deprecation warning:
$ rosdep --help 1>/dev/null
/usr/bin/rosdep:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
from pkg_resources import load_entry_point
This is the same issue as #982 .
@nuclearsandwich friendly ping.
The recent 0.26.0 release has brought back the pkg_resources deprecation warning:
$ rosdep --help 1>/dev/null /usr/bin/rosdep:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import load_entry_pointThis is the same issue as #982 .
@nuclearsandwich friendly ping.