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

Missing bitbake dependency on python3-yaml #100

Open
robwoolley opened this issue Mar 17, 2024 · 0 comments
Open

Missing bitbake dependency on python3-yaml #100

robwoolley opened this issue Mar 17, 2024 · 0 comments

Comments

@robwoolley
Copy link
Contributor

I tried using "crops/poky:debian-11" and received the error:

$ bitbake ros-image-core
Traceback (most recent call last):
File "/builds/oe-ros-ci/build-ci/bitbake/bin/bitbake", line 36, in
sys.exit(bitbake_main(BitBakeConfigParameters(sys.argv),
File "/builds/oe-ros-ci/build-ci/bitbake/lib/bb/main.py", line 378, in bitbake_main
return ui_module.main(server_connection.connection, server_connection.events,
File "/builds/oe-ros-ci/build-ci/bitbake/lib/bb/ui/knotty.py", line 568, in main
conf = bb.msg.setLoggingConfig(logconfig, logconfigfile)
File "/builds/oe-ros-ci/build-ci/bitbake/lib/bb/msg.py", line 303, in setLoggingConfig
import yaml
ModuleNotFoundError: No module named 'yaml'
ERROR: Job failed: exit code 1

This is on an optional code path (setLoggingConfig), which is why it wasn't caught before.

Filing the issue while it is fresh. Perhaps we can tackle this one and python3-virtualenv at the same time.

Regards,
Rob

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

No branches or pull requests

1 participant