You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "juparog (via GitHub)" <gi...@apache.org> on 2023/09/15 20:58:08 UTC

[GitHub] [superset] juparog commented on issue #23577: `TypeError: __init__() got an unexpected keyword argument 'username'` in `superset-worker` when trying to deploy latest Helm chart

juparog commented on issue #23577:
URL: https://github.com/apache/superset/issues/23577#issuecomment-1721857475

   Remove `redis==3.2.1` in bootstrap script soved problem:
   
   ```yaml
   bootstrapScript: |
     #!/bin/bash
     pip install \
       psycopg2==2.9.1 \
       redis==3.2.1 \   # <<<--- remove this dependency
       PyAthena==2.25.2 \
       trino==0.321.0 &&\
     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-unsubscribe@superset.apache.org

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


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