-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: no such option: --console-log #7389
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
I have seen this issue a few times as well. |
Pull #7421 addresses this problem by removing @betodealmeida Can you check this out and comment on whether or not you want to maintain this or let it drop from the project? |
@rjurney Is the reason we cannot fix it to work with flask run? |
@MarcusSorealheis That's what I'm hoping will happen but in lieu of that, there is PR #7421 |
@rjurney I'm going to see if I can get it to work |
@MarcusSorealheis Check out #7428 |
can we close this one @rjurney? |
Yup |
On branch
release--0.31
using the--console-log
option flag withsuperset
orflask run
fails with the error:Error: no such option: --console-log
.The docs mention interaction with
--debug
/--debugger
so I tried a variety of combinations of flags and all resulted in the same error listed above:Expected results
Something roughly like:
Actual results
How to reproduce the bug
superset run --console-log --debug
orflask run --console-log --debug
Environment
release--0.31
700cbf4f
]Anaconda Python 3.6.7 :: Anaconda custom (64-bit)
v11.14.0
6.9.0
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
This bug also appeared on Mac OS X 10.14.4/homebrew Python 3.7.3/Anaconda 3.6.7
The text was updated successfully, but these errors were encountered: