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 2020/07/06 19:57:57 UTC

[GitHub] [incubator-superset] willbarrett edited a comment on issue #10055: Problem installing Superset from master branch

willbarrett edited a comment on issue #10055:
URL: https://github.com/apache/incubator-superset/issues/10055#issuecomment-654435317


   @syazwan0913 we discovered that the dependency issue was due to an unnamed Docker volume that carried the older dependency forward. We've run this to blow away our docker volumes locally and resolve the issue:
   ```
   docker stop $(docker ps -aq)
   docker rm $(docker ps -aq)
   docker system prune -a
   ```
   This does blow away all of the data in the dockerized database volume, so it's not a perfect solution. Leaving this open in case a better solution presents itself.


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



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