Windows Install
See original GitHub issueI am using windows 10 pro I have two issues:
-
When I type
superset db upgrade
following the installation instructions, I get the following error: ‘superset’ is not recognized as an internal or external command. I tried adding to path and it still does not work. I had to go to the directory and runpython superset db upgrade
. -
When I get to the
superset runserver
part, I get the following error:
python superset runserver Starting server with command: gunicorn -w 2 --timeout 60 -b 0.0.0.0:8088 --limit-request-line 0 --limit-request-field_size 0 superset:app Traceback (most recent call last): File “c:\users\jerrison.li\appdata\local\continuum\anaconda3\lib\runpy.py”, line 193, in _run_module_as_main “main”, mod_spec) File “c:\users\jerrison.li\appdata\local\continuum\anaconda3\lib\runpy.py”, line 85, in run_code exec(code, run_globals) File "C:\Users\jerrison.li\AppData\Local\Continuum\anaconda3\Scripts\gunicorn.exe_main.py", line 5, in <module> File “c:\users\jerrison.li\appdata\local\continuum\anaconda3\lib\site-packages\gunicorn\app\wsgiapp.py”, line 10, in <module> from gunicorn.app.base import Application File “c:\users\jerrison.li\appdata\local\continuum\anaconda3\lib\site-packages\gunicorn\app\base.py”, line 12, in <module> from gunicorn import util File “c:\users\jerrison.li\appdata\local\continuum\anaconda3\lib\site-packages\gunicorn\util.py”, line 9, in <module> import fcntl ModuleNotFoundError: No module named ‘fcntl’
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top GitHub Comments
@xrmx The installation instructions says that it is not officially supported but it does have instructions for Windows.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue
.pinned
to prevent stale bot from closing the issue.