"ModuleNotFoundError: No module named 'wtforms_json'" when installing Apache Superset

1.8k views Asked by At

I am trying to install Apache Superset on EC2 but I get this error when I run this command:

fabmanager create-admin --app superset

ModuleNotFoundError: No module named 'wtforms_json'

I am following the steps mentioned here: https://gist.github.com/philippkeller/dedd0ee8221f4b155592149d08a26248

1

There are 1 answers

0
mistercrunch On

The instructions in the gist you are referencing are not official and/or maintained by the community. They appear to be dated as the proper pypi package is apache-superset (as in pip install apache-superset).

Find the official installation documentation with installation instructions here: https://superset.apache.org/docs/intro