ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Solved it. Problem is because of a package utilized by ros2 python packages -> setuptools
Solution
1 - find out your setup tools version
if it is above 58.2.0 then down grade it
pip install setuptools==58.2.0
( all above versions do not work )now colcon build it .
2 - Make sure you have underscores in setup.cfg file and not the '-' .