abderrahim commented on issue #1833: URL: https://github.com/apache/buildstream/issues/1833#issuecomment-1509892937
As I mentioned above, this seems to be a problem with [ruamel.yaml.clib](https://pypi.org/project/ruamel.yaml.clib/). To check it, try the following ``` from ruamel import yaml yaml.CParser ``` It should probably raise the correct error that we're after (Here on x86_64, it just shows `<class '_ruamel_yaml.CParser'>`) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
