Error: no such option: --app

See original GitHub issue

When i followed the documentation https://superset.incubator.apache.org/installation.html to install the superset (Cloud-native! - Start with Docker) in the third step docker-compose run --rm superset ./docker-init.sh i am getting an error WARNING: Image for service superset was built because it did not already exist. To rebuild this image you must use docker-compose build or docker-compose up --build.

  • ‘[’ 1 -ne 0 ‘]’
  • exec ./docker-init.sh
  • flask fab create-admin --app superset Error: no such option: --app

I tried with multiple machines and the result was same. I cannot continue further due to this error.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
chengcx1019commented, Jun 12, 2019

image under the dir incubator-superset/contrib/docker, follow these:

  1. add this line - ./docker-init.sh:/home/superset/docker-init.sh to docker-compose.yml
  2. change lask fab create-admin --app superset to fabmanager create-admin --app superset in ./docker-init.sh
  3. run docker-compose run --rm superset ./docker-init.sh again
0reactions
Haks1commented, Jun 12, 2019

I’ve tried with fabmanager create-admin --app superset and I got this error: "There is no appbuilder var on your package, you can use appbuilder parameter to config"

(I got also this same error if I try on branch 0.30)

Read more comments on GitHub >

github_iconTop Results From Across the Web

flask --app hello run -- Error: No such option - Stack Overflow
1 Answer 1 · navigate to https://anaconda.org/search?q=flask · select the appropriate result for your OS. · Use one of the example provided and...
Read more >
Error: no such option: --app · Issue #7689 · apache/superset
When i followed the documentation https://superset.incubator.apache.org/installation.html to install the superset (Cloud-native!
Read more >
Quickstart — Flask Documentation (2.2.x)
To run the application, use the flask command or python -m flask . You need to tell the Flask where your application is...
Read more >
manage.py: error: no such option: -u - Google Groups
doesn't work. i get this error: "manage.py: error: no such option: -u". my workaround is to do: python manage.py sqlreset myapp > filename.sql...
Read more >
After upgrade to the latest version now this error id showing up ...
After upgrading to the latest streamlit version now when i run the function it display the below error: ArrowInvalid: ('Could not convert int64...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found