1yuv commented on issue #31026:
URL: https://github.com/apache/superset/issues/31026#issuecomment-3049894260

   It's sad it was not documented clearly. The comments above are helpful and 
as @villebro mentioned, adding `build-essential` above pip install is also 
required. I was able to upgrade from 4.0.1 to 4.1.2 with following changes on 
my bootstrap script. 
   
   ```yaml
   bootstrapScript: |
     #!/bin/bash
     apt-get update && apt-get install -y build-essential
     pip install \
       "authlib" \
       "psycopg2-binary>=2.9.10" \
       &&\
     if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ 
.Values.runAsUser }}" > ~/bootstrap; fi
   ```
   


-- 
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