rusackas commented on issue #30550: URL: https://github.com/apache/superset/issues/30550#issuecomment-4035369924
This continues to be reported — users extending the official Docker image to install `mysqlclient` hit missing `pkg-config` and `gcc`. A workaround is to add `apt-get install -y pkg-config gcc` to your Dockerfile or bootstrap script before the pip install step. A proper fix would include these build dependencies in the base image or in the official docs for extending the image. PRs or doc improvements welcome. -- 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]
