ros-perception / image_pipeline

An image processing pipeline for ROS.
Other
786 stars 726 forks source link

disutils deprecated as of python 3.10, removed 3.12 #969

Closed ScottMonaghan closed 5 months ago

ScottMonaghan commented 5 months ago

While working on #968 and #572 I discovered the following remaining warning in camera_calibration when running colcon test:

=============================== warnings summary ===============================

src/camera_calibration/calibrator.py:47

  Warning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives

iirc, I believe python 3.12 will be standard with noble, so I think this is a necessary fix.

I'm happy to look into it and see what I can do.

ScottMonaghan commented 5 months ago

Fix submitted in PR #970. Once that is merged, this issue can be closed.