-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I am trying to run colcon lint, installed via pip install colcon-lint, with ros-tooling/setup-ros but it appears that the dependency on launch has not been defined, hence it is missing:
ERROR:colcon.colcon_core.extension_point:Exception loading extension 'colcon_core.verb.lint': No module named 'launch'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/colcon_core/extension_point.py", line 166, in load_extension_points
extension_type = load_extension_point(name, value, group)
File "/usr/lib/python3/dist-packages/colcon_core/extension_point.py", line 207, in load_extension_point
return EntryPoint(name, value, group).load()
File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/local/lib/python3.10/dist-packages/colcon_lint/verb/lint_depends.py", line 32, in <module>
from launch.actions import DeclareLaunchArgument
ModuleNotFoundError: No module named 'launch'
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested