-
Notifications
You must be signed in to change notification settings - Fork 80
Issue with AzQtComponentsForPython Gem #809
Copy link
Copy link
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.sig/coreCategorizes an issue or PR as relevant to SIG CoreCategorizes an issue or PR as relevant to SIG Coretriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.sig/coreCategorizes an issue or PR as relevant to SIG CoreCategorizes an issue or PR as relevant to SIG Coretriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
I'm attempting to build the O3DE engine with o3de-extra in a Docker container.
During the engine configuration process (
cmake .-B ..), I see this error related to the Gem AzQtComponentsForPython:Something related to the missing cmake command
add_shiboken_projectrequired by AzQtComponentsForPython. If I remove this gem, I can complete the creation of the engine build files.How do I solve this issue?