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 2019/03/08 09:42:11 UTC

[GitHub] [incubator-superset] larshelge commented on issue #6988: Install fails on superset db upgrade step on centos

larshelge commented on issue #6988: Install fails on superset db upgrade step on centos
URL: https://github.com/apache/incubator-superset/issues/6988#issuecomment-470867514
 
 
   Thanks @pawan92328 for the comment, that worked for me too. For convenience I am posting the steps for the workaround below.
   
   ```
   # Install superset
   pip install superset
   
   # Fix pandas version compatibility problem
   pip uninstall pandas
   pip install pandas==0.23.4
   
   # Fix sqlalchemy compatibility problem
   pip uninstall sqlalchemy
   pip install sqlalchemy==1.2.18
   
   # Continune install superset
   fabmanager create-admin --app superset
   superset db upgrade
   ```
   
   This fix applies to the following environment:
   
   ```
   Python 3.6.7
   pip 19.0.3
   Superset 0.28.1
   ```
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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