question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem installing Superset from master branch

See original GitHub issue

A clear and concise description of what the bug is.

Expected results

Can run Superset from master branch in first time installation

Actual results

Problem on npm

Screenshots

Terminal: Capture

Browser: Capture

How to reproduce the bug

  1. Run docker-compose up to start all the containers

Environment

  • superset version: master
  • python version: 3.6.9
  • node.js version: 10-jessie

Checklist

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven’t found one similar.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
willbarrettcommented, Jul 6, 2020

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

1reaction
issue-label-bot[bot]commented, Jun 15, 2020

Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.66. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem installing Superset from master branch #10055
A clear and concise description of what the bug is. Expected results Can run Superset from master branch in first time installation Actual ......
Read more >
Installing Locally Using Docker Compose - Apache Superset
The fastest way to try Superset locally is using Docker and Docker Compose on a Linux or Mac OSX computer. Superset does not...
Read more >
Installation & Configuration - apache-superset - Read the Docs
To try Superset locally, the best-supported currently method is via Docker, using docker-compose . Superset does not have official support for Windows, so...
Read more >
Building Custom Viz Plugins in Superset v2 - YouTube
The monorepo project has changed the workflow for crafting new custom viz plugins in Superset. In this Meetup, we'll showcase the updated, ...
Read more >
airbnb/superset - Gitter
Hi. I'm trying to do a time serie bar graph. The query runs fine and returns data that seem appropriate : Chiffre d'affaire...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found