is superset working for anyone? i'm getting some i...
# plugins-general
j
is superset working for anyone? i'm getting some issues w/flask - see here https://github.com/matsonj/nba-monte-carlo/issues/72 relevant config is below
Copy code
utilities:
    - name: superset
      variant: apache
      pip_url: apache-superset>=1.5.0 markupsafe==2.0.1 Werkzeug==2.0.3 WTForms==2.3.0 duckdb-engine==0.6.8 jinja2<3.1.0 cryptography==3.4.7
      config:
        ENABLE_PROXY_FIX: true
it looks like a flask error
c
You'll need to make sure you have Python 3.9 or lower
So, Ubuntu 20.04 should be fine to use, but meticulous crafting of version pins for direct and transitive deps will always be needed
(Just linking our discussion from last month again for reference: https://meltano.slack.com/archives/C013EKWA2Q1/p1672786504756309)
The screenshot in the GH issue unfortunately shows an incomplete log output, that makes it a bit hard to troubleshoot the issue.
Did you manage to reproduce the issue yourself? Can you attach a full log output?
j
yes I will get the full log output, I did reproduce
Root issue was with WTForms, pinned version and it works now