GWphua commented on issue #16678: URL: https://github.com/apache/druid/issues/16678#issuecomment-2270546886
@Geometrein I have also met the same error message, and installing `pyyaml` as instructed [here](https://druid.apache.org/docs/latest/development/build/) fixed it for me. ```shell pip3 install pyyaml ``` Hope this helps! 😄 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
