-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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 on Starting Web Server #1041
Comments
The default SQLALCHEMY_DATABASE_URI of the release version doesn't work on windows unless you happen to have a preexisting c:\tmp folder. |
Closing then. Friendly reminder that for support questions better use the mailing list, thanks. |
This was referenced Apr 30, 2021
[Snyk] Upgrade @superset-ui/plugin-chart-table from 0.15.10 to 0.17.30
edmooney/incubator-superset#3
Open
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 17, 2021
* feat(plugin-chart-table): enable emitting cross-filters * Hide filters checkbox when cross filters flag is disabled
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 24, 2021
* feat(plugin-chart-table): enable emitting cross-filters * Hide filters checkbox when cross filters flag is disabled
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 25, 2021
* feat(plugin-chart-table): enable emitting cross-filters * Hide filters checkbox when cross filters flag is disabled
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 26, 2021
* feat(plugin-chart-table): enable emitting cross-filters * Hide filters checkbox when cross filters flag is disabled
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running Windows 7
Currently installing caravel (http://airbnb.io/caravel/installation.html[])
On this step:
Start the web server on port 8088
python caravel runserver -p 8088
Error Message:
C:\Users\Me\AppData\Local\Programs\Python\Python35-32\lib\site-packages\flask_cache__init__.py:152: UserWarning: Flask-Cache: CACHE_TYPE is set to null, caching is effectively disabled. warnings.warn("Flask-Cache: CACHE_TYPE is set to null, " C:\Users\Me\AppData\Local\Programs\Python\Python35-32\lib\site-packages\flask\exthook.py:71: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead. .format(x=modname), ExtDeprecationWarning 2016-08-30 12:39:14,607:ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (sqlite3.OperationalError) unable to open database file
Any help would be much appreciated :)
The text was updated successfully, but these errors were encountered: