This video will guide you to install apache superset without any issue on windows 10. Below are instruction and commands followed in video.
Superset installation on windows 10
Enable Linux Sub system
Install ubuntu core
Install windows 10 SDK https://developer.microsoft.com/en-us...
pip install virtualenv
python3 -m venv venv
. venv/bin/activate
pip install --upgrade setuptools pip
Install superset
pip install apache-superset
Initialize the database
superset db upgrade
Create an admin user (you will be prompted to set a username, first and last name before setting a password)
$ export FLASK_APP=superset
superset fab create-admin
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 run -p 8088 --with-threads --reload --debugger
Fix to below error:
' error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Watch video Install apache superset on windows 10 with any error online without registration, duration hours minute second in high quality. This video was added by user techsapphire 02 May 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 19,703 once and liked it 154 people.