Incubator-superset: no module named superset when upgrade db

Created on 10 Nov 2016  路  8Comments  路  Source: apache/incubator-superset

I installed superset and got this error message when I tried to run superset db upgrade. BTW, is Caravel changing name again?

.windows cant-reproduce

Most helpful comment

cd C:\venv\Scripts\ && python superset db upgrade worked for me. Thank you @github35!

All 8 comments

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?

Was this page helpful?
0 / 5 - 0 ratings