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/12/06 03:45:17 UTC

[GitHub] [incubator-superset] viking714 commented on issue #8661: ImportError: cannot import name 'superset'

viking714 commented on issue #8661: ImportError: cannot import name 'superset'
URL: https://github.com/apache/incubator-superset/issues/8661#issuecomment-562420481
 
 
   
   
   
   
   > #Anaconda prompt
   > Step1:Install - "pip install virtualenv"
   > Step2: Create VM- "py -m venv your_env_name" or "python -m venv your_env_name" or just create environment using conda
   > Step3:Activate -"your_env_name\Scripts\activate"
   > Step4:Downlaod- python-geohash wheel with compitable version from the link:https://www.lfd.uci.edu/~gohlke/pythonlibs/#python-geohash
   > Step5:Install the python-geohash library "pip install python-geohash directory"
   > step6:anaconda prompt -"pip install superset"
   > step7:# Create an admin user (you will be prompted to set username, first and last name before setting a password) by typing this- "fabmanager create-admin --app superset"
   > step8: type -"cd your_env_name/Scripts"
   > Step8:python superset db upgrade
   > Step9:python superset load_examples
   > step10:python superset init
   > step11:python superset run -p 8088 --with-threads --reload --debugger
   > 
   > After installation, you should be able to point your browser to the right hostname:port http://localhost:8088
   > 
   > superset running
   > ![Screenshot (93)](https://user-images.githubusercontent.com/45935837/70049250-47da9e00-15f2-11ea-8e33-ad5a47679b1b.png)
   
   Thank you very much about your answer,it's a very good answer.Thank you very much again.

----------------------------------------------------------------
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