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/02 13:01:41 UTC

[GitHub] [incubator-superset] Guires commented on issue #8688: PyArrow broke the build on ARM platform [Regression]

Guires commented on issue #8688: PyArrow broke the build on ARM platform [Regression]
URL: https://github.com/apache/incubator-superset/issues/8688#issuecomment-560386893
 
 
   #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 -
   ![Screenshot (93)](https://user-images.githubusercontent.com/45935837/69961485-f66ada00-1531-11ea-8208-1588838fd367.png)
   "cd your_env_name/Scripts"
   Step8:python superset db upgrade
   Step9:python superset load_examples
   step10:python superset init
   step11: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
   
   

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