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 2022/04/04 11:38:21 UTC

[GitHub] [superset] denbon05 commented on issue #17949: Running "docker-compose up" fails to compile successfully (Error on importing STR_NA_VALUES from pandas)

denbon05 commented on issue #17949:
URL: https://github.com/apache/superset/issues/17949#issuecomment-1087448504

   > **Cause**: Git clone from any branch other than master, doesn’t build & get all the required files/folders for docker to run in development mode.
   > 
   > **Solution**: The below command should be ran first to get all the required files/folders for docker. `docker build -t apache/superset:latest-dev . `
   > 
   > **Order of execution**:
   > 
   > 1. Remove all the node modules in superset-frontend folder.
   > 2. delete all volumes in docker related to the existing container. ( `docker-compose down -v` )
   > 3. `docker build -t apache/superset:latest-dev .`
   > 4. `docker-compose up`
   > 5. Wait until superset-init & superset-node complete.
   
   ![image](https://user-images.githubusercontent.com/58662935/161535478-75361083-365e-40fe-af8a-13d66d66a8f2.png)
   I did the same as you and tried other attempts and didn't get any error (in logs) but the page is not showing


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org