-
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
can not execute fabmanager create-admin –app caravel #1557
Comments
These are warnings not errors. Which version of caravel is this? Doesn't look a recent version of caravel. |
the latest version 0.12.0. |
It's waiting for you to retype the password, have you done that? But the flask-app-builder version we are depending on should have already fixed the flask ext warning. So again, are you really sure this is 0.12? |
I have retype the password, and the version is 0.12.0. |
could you please paste the output of pip freeze? |
|
I have this issue as well. Python 3.5.2 from "conda update --all", followed by pip install superset. Got bunch of warnings, then nothing happen. Any suggestion which file/lines to look so I can put some debugging lines? |
Found out the issue. The application stores an sqlite db by default at ~/.superset/superset.db. My home directory is an NFS partition which sqlite doesn't play nice due to some locking mechanism. My fix is to create superset_config.py in /opt/logs/sandbox/airbnb/, and define this variable to tell it to place the database in an non-NFS partition: Then update the environment variable: Another option is possibly to create a symlink in ~/.superset to a different directory on non-NFS partition. Edit: added PYTHONPATH so it's visible to superset. |
@dodysw , I create a symlink in ~/.superset, and it worked, thanks! |
Would be nice to have an entry in the faq for this issue. @dodysw care to do a pull request? |
Related to apache#1557
#1637 created |
@dodysw thanks! closing this one then |
The text was updated successfully, but these errors were encountered: