You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/06/14 10:19:11 UTC

[GitHub] heoa opened a new issue #5198: Superset demos not working on Debian and Installed by Pip

heoa opened a new issue #5198: Superset demos not working on Debian and Installed by Pip
URL: https://github.com/apache/incubator-superset/issues/5198
 
 
   The demos won't get rendered and the inital layout is broken, installed on Debian with pip. I tried initially to install the Superset from Source but flask error, then I tried pip which I get loading but no demos. How to resolve this? 
   
   ![Error](https://i.stack.imgur.com/qDo0s.png)
   
   ### Superset version
   
   $ superset version
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   Superset 0.999.0dev
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   
   
   ### Expected results
   
   Working demo.
   
   ### Actual results
   
   No demo.
   
   ### Steps to reproduce
   
   # Install superset
   pip install superset
   
   # Create an admin user (you will be prompted to set username, first and last name before setting a password)
   fabmanager create-admin --app superset
   
   # Initialize the database
   superset db upgrade
   
   # Load some data to play with
   superset load_examples
   
   # Create default roles and permissions
   superset init
   
   # To start a development web server on port 8088, use -p to bind to another port
   superset runserver -d
   
   http://0.0.0.0:8088 to see login in and then go to the demos where I get no demo working, same template problem?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org