Description
Colcon build fails on Humble/Windows because catkin_pkg can not be found.
Expected Behavior
After setting up Humble and sourcing the setup script calling colcon build should not fail.
Actual Behavior
Since the Python version for Windows is hard coded the setup and colcon use different Python versions which leads to colcon complaining about missing packages.
System
- OS: Windows 2019
- ROS 2 Distro: Humble
Additional context
Workflow
Logs
Similar Issue
Description
Colcon build fails on Humble/Windows because
catkin_pkgcan not be found.Expected Behavior
After setting up Humble and sourcing the setup script calling
colcon buildshould not fail.Actual Behavior
Since the Python version for Windows is hard coded the setup and colcon use different Python versions which leads to colcon complaining about missing packages.
System
Additional context
Workflow
Logs
Similar Issue