ros-infrastructure / ros_buildfarm

ROS buildfarm based on Docker
Apache License 2.0
81 stars 96 forks source link

Update legacy version as it's not compatible after setuptools 66+ #1018

Open marcoag opened 8 months ago

marcoag commented 8 months ago

It seems that legacy versions are not supported after setuptools 66+: https://github.com/pypa/setuptools/issues/2497.

This results in the the following error:

setuptools.extern.packaging.version.InvalidVersion: Invalid version: '3.0.1-master'

I updated the version so it works, not sure if this is the correct one we want to set so feel free to suggest a different one.