Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Humble source build fails #898

Closed
christophfroehlich opened this issue Dec 10, 2023 · 1 comment
Closed

[CI] Humble source build fails #898

christophfroehlich opened this issue Dec 10, 2023 · 1 comment
Labels

Comments

@christophfroehlich
Copy link
Contributor

The humble source build on humble branch fails for some time now:
https://github.com/ros-controls/ros2_controllers/actions/workflows/humble-source-build.yml?query=branch%3Ahumble

But the scheduled one (tagged with branch=master) succeeds?

ERROR:colcon.colcon_core.entry_point:Exception loading extension 'colcon_core.environment_variable.powershell_command': cannot import name 'OVERRIDE_OPT' from 'em' (/usr/local/bin/em.py) The Python package 'empy' must be installed and 'em' must not be installed since both packages share the same namespace
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/colcon_core/entry_point.py", line 120, in load_entry_points
extension_type = load_entry_point(entry_point)
File "/usr/local/lib/python3.10/dist-packages/colcon_core/entry_point.py", line 168, in load_entry_point
return entry_point.load()
File "/usr/local/lib/python3.10/dist-packages/pkg_resources/init.py", line 2465, in load
return self.resolve()
File "/usr/local/lib/python3.10/dist-packages/pkg_resources/init.py", line 2471, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/local/lib/python3.10/dist-packages/colcon_powershell/shell/powershell.py", line 17, in
from colcon_core.shell.template import expand_template
File "/usr/local/lib/python3.10/dist-packages/colcon_core/shell/template/init.py", line 19, in
raise e from None
File "/usr/local/lib/python3.10/dist-packages/colcon_core/shell/template/init.py", line 10, in
from em import OVERRIDE_OPT
ImportError: cannot import name 'OVERRIDE_OPT' from 'em' (/usr/local/bin/em.py) The Python package 'empy' must be installed and 'em' must not be installed since both packages share the same namespace

@christophfroehlich
Copy link
Contributor Author

Seems to be fixed in the meantime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant