SetuptoolsDeprecationWarning

Starting >>> client_pkg
— stderr: client_pkg
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(

Finished <<< client_pkg [2.36s]

Summary: 1 package finished [3.54s]
1 package had stderr output: client_pkg

I would like to know the meaning of this warning message please!

Hello @PRABANJAN ,

This is a warning that comes directly from the ROS2 compilation process. You can ignore it since it will have no effect on your work. You can follow the issue here: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. · Issue #382 · ament/ament_cmake · GitHub

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.