GitHub user pepdiz added a comment to the discussion: docker installation from github fails
hi @dosu, thanks for you advices It seems the problem was the proxy, even when I have the proxy configured at docker level in /etc/docker/daemon.json Anyway I've added this two lines to my ~/superset/docker/.env file: ``` HTTP_PROXY=proxy-c04.xxx.local:3128 HTTPS_PROXY=proxy-c04.xxx.local:3128 ``` And now I dont have the setuptools problem anymore. But now I have another problem, superset_init ends successfully but superset_worker issues an error apparently due to proxy or docker-proxy. Error message suggest to check docker-proxy version but I cannot find which version it needs: ``` superset_init exited with code 0 superset_worker_beat | Installing superset-core in editable mode superset_worker | Installing superset-core in editable mode Error response from daemon: failed to set up container networking: driver failed programming external connectivity on endpoint superset_app (ae31b50c4582f02fdf3e20d4c5faa52ffc0b00ca92a4ab721fb48476fa5975dd): failed to start userland proxy for port mapping 0.0.0.0:8088:172.18.0.4:8088/tcp: failed to start docker-proxy, check that the current version is in your $PATH $ docker-proxy --version docker-proxy (commit f8215cc) version 28.5.1 ``` any tip? GitHub link: https://github.com/apache/superset/discussions/37610#discussioncomment-15684053 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
