I installed superset and got this error message when I tried to run superset db upgrade. BTW, is Caravel changing name again?
something wrong with system paths
I am facing exactly the same problem. After >pip install superset command, it throws following error-
(venv) > superset db upgrade
'superset' is not recognized as an internal or external command,operable program or batch file.
OS: Windows
Python version: 3.5
How to resolve it ?
@pranita-s cd bin and use python superset db upgrade
@github35 I used that then
ImportError: No module named 'grp'?
how to handle this problem? ths!
If someone is serious about using Superset on Windows, they should add windows to the travis-ci build matrix. The core developers don't have access to Windows machines.
cd C:\venv\Scripts\ && python superset db upgrade worked for me. Thank you @github35!
I used a conda virtual env so I had to go to C:\ProgramData\Anaconda3\envs\my-env-name\Scripts\ and then python superset db upgrade worked for me
@pranita-s cd bin and use python superset db upgrade
where is bin folder located?
Most helpful comment
cd C:\venv\Scripts\ && python superset db upgrade worked for me. Thank you @github35!