bt-88 commented on issue #30550:
URL: https://github.com/apache/superset/issues/30550#issuecomment-2774799858

   Same issues here with 4.1.2.
   
   We are using `docker-compose-non-dev.yml` with the 
`docker/requirements-local.txt` (which includes `mysqlclient`), as per 
instructions.
   
   However, this does not work because `pkg-config` is missing, and `gcc`. We 
have solved this for now by adding the commands below to 
`docker/docker-bootstrap.sh`.
   
   ```
   apt-get update
   apt-get install -y pkg-config
   apt-get install -y gcc
   ```


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to