Problem installing Superset from master branch
See original GitHub issueA 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:
Browser:
How to reproduce the bug
- 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:
- Created 3 years ago
- Comments:9 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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:
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.
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.