HarshPrajapati2309 commented on issue #28374: URL: https://github.com/apache/superset/issues/28374#issuecomment-2111907047
> [HarshPrajapati2309](https://github.com/HarshPrajapati2309) facing same issue , were you able to find a way around it ? Install Ubuntu from Microsoft store , Enable developer mode in windows , Enable Windows for Linux and open ubuntu , and run this commands , one by one: sudo apt update sudo apt install python3-pip pip3 --version pip3 install virtualenv sudo apt-get install python3-venv python3 -m venv supersetdata . supersetdata/bin/activate pip install --upgrade setuptools pip pip install apache-superset export SUPERSET_SECRET_KEY=$(openssl rand -base64 42) superset db upgrade export FLASK_APP=superset superset fab create-admin superset load_examples superset init superset run -p 8088 --with-threads --reload --debugger -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
