apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.33k stars 13.69k forks source link

Docker compose install error #17518

Closed bbarclay closed 2 years ago

bbarclay commented 2 years ago

https://issueexplorer.com/issue/apache/superset/16782

When installing via docker-compose it goes into an infant loop failing over and over. Everything mentioned in the post.

aniaan commented 2 years ago

Can you describe your steps in detail?

bbarclay commented 2 years ago

Install the master repo with docker-compose and try to enable Prophet. Prophet allows you to use predictive analytics. I've tried what seems like everything to get Prophet to install. I've added these files in the docker requirements text as suggested. And have tried installing them manually in the terminal, with different versions. I've tried uninstalling Pystan and reinstalling with an earlier version and still nothing works.

Screen Shot 2021-11-22 at 10 08 55 PM Screen Shot 2021-11-22 at 10 09 13 PM
aniaan commented 2 years ago

The installation should install correctly, write the dependencies in requirements-local.txt and check the logs by executing docker-compose logs -f superset to see if the dependencies have not been downloaded due to network reasons

bbarclay commented 2 years ago

It works when I install on my Mac. But if you could shoot a small video with it working in your local, with the master branch. That would be super helpful. I've tried everything. Doing the regular from scratch install works. But something in that docker files must be wrong.