Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

[Bug Report] Using setup.py with ROS2 Humble causes warnings during build #31

Closed
aentinger opened this issue Feb 27, 2023 · 2 comments · Fixed by #33
Closed

[Bug Report] Using setup.py with ROS2 Humble causes warnings during build #31

aentinger opened this issue Feb 27, 2023 · 2 comments · Fixed by #33
Assignees

Comments

@aentinger
Copy link
Member

🐛 Bug Report

--- stderr: l3xz_openmv_camera                   
/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(
@wuehr1999
Copy link
Member

Hi @aentinger
the setup.py installation way is no more supported with the newer Python version.
This appears as a complicated and still open issue in colcon, see colcon core issue 454. Hence, I suggest suppressing this warning until a colcon-/ ROS-wide solution is found.

@aentinger
Copy link
Member Author

I just read up on the linked issue ... What a mess. Let's proceed as you've suggested.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants