Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py deprecated (launch_param_builder, moveit_config_utils) #1106

Closed
henningkayser opened this issue Mar 8, 2022 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@henningkayser
Copy link
Member

Description

Currently, launch_param_builder and moveit_config_utils are showing deprecation warnings because of setup.py, recommending to use pip or other standards-based tools instead.

Your environment

  • ROS Distro: Rolling
  • OS Version: Ubuntu 22.04
  • Source build
  • Branch: main

Backtrace or Console output

Starting >>> launch_param_builder
--- stderr: launch_param_builder                                                                  
/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 <<< launch_param_builder [0.50s]
Starting >>> moveit_configs_utils
--- stderr: moveit_configs_utils
/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 <<< moveit_configs_utils [0.44s]
@henningkayser henningkayser added the bug Something isn't working label Mar 8, 2022
@JafarAbdi JafarAbdi self-assigned this Mar 8, 2022
@schornakj
Copy link
Contributor

This issue originates upstream in ROS2 -- there's some discussion about it in this ament_cmake issue. It sounds like it'll require fixes across several core packages to resolve.

@henningkayser
Copy link
Member Author

Ok, there is apparently nothing to do on our end. Discussion is continued in colcon/colcon-core#454 and ament/ament_cmake#382

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants