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 2022/04/30 02:40:41 UTC

[GitHub] [superset] missyoyo opened a new issue, #19907: Can not down database driver followed "Installing Superset Locally Using Docker Compose" guide

missyoyo opened a new issue, #19907:
URL: https://github.com/apache/superset/issues/19907

   A clear and concise description of what the bug is.
   
   #### How to reproduce the bug
   
   1. I just git clone -b 1.4.2 superset.git and run it use default "docker-compose-non-dev.yml"
   2. I add "elasticsearch-dbapi" to ./docker/requirements-local.txt and start it "docker-compose-non-dev.yml up"
   3. and can no dowload database drivers
   WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f8ce6d87160>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/elasticsearch-dbapi/
   5. actually,superset_worker_beat can not access internet,such as apt-update failed. curl my router web page failed. When i use "docker exec -u root -it superset_worker_beat /bin/bash" and try manual.
   apt update
   0% [Connecting to debian.map.fastlydns.net (151.101.74.132)] [Connecting to debian.map.fastlydns.net (151.101.74.132)]
   
   7. But I think my docker network works good. I have run a ubuntu container and connect to same netwok "superset_default".
   docker network inspect superset_default
   "Containers": {
               "184b5d69e21a70e08c497662557d180e427d8bf9037f88d50d12f4ceb2c0827c": {
                   "Name": "superset_worker_beat",
                   "EndpointID": "3e255b369c2f441e129e915a6c93eddba0cb524c3173024f64c8dbcc3f460ea3",
                   "MacAddress": "02:42:c0:a8:40:07",
                   "IPv4Address": "192.168.64.7/20",
                   "IPv6Address": ""
               },
           "e7e49a3f097457083384b10eaf8b78cff2478a69c9f8d5ed53fbd0c553a7614d": {
                   "Name": "ubuntu",
                   "EndpointID": "2cfcccb90b8b82f6174b084a4e7df8e827f53b95e9434fa85fe5c1ad4456c0dc",
                   "MacAddress": "02:42:c0:a8:40:08",
                   "IPv4Address": "192.168.64.8/20",
                   "IPv6Address": ""
               }
   ...
   "com.docker.compose.version": "1.29.2"
   ...
   
   This ubuntu can access internet normally.
   
   So, may I know how to fix superset_worker_beat internet access or how I can install database driver offline, please.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

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


[GitHub] [superset] missyoyo commented on issue #19907: Can not down database driver followed "Installing Superset Locally Using Docker Compose" guide

Posted by GitBox <gi...@apache.org>.
missyoyo commented on issue #19907:
URL: https://github.com/apache/superset/issues/19907#issuecomment-1113925277

   sorry, I have test on other Centos 7.5 use superset dev docker version and work good now. May be some thing wrong is my ubuntu env.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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


[GitHub] [superset] missyoyo closed issue #19907: Can not down database driver followed "Installing Superset Locally Using Docker Compose" guide

Posted by GitBox <gi...@apache.org>.
missyoyo closed issue #19907: Can not down database driver followed "Installing Superset Locally Using Docker Compose" guide
URL: https://github.com/apache/superset/issues/19907


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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


[GitHub] [superset] missyoyo commented on issue #19907: Can not down database driver followed "Installing Superset Locally Using Docker Compose" guide

Posted by GitBox <gi...@apache.org>.
missyoyo commented on issue #19907:
URL: https://github.com/apache/superset/issues/19907#issuecomment-1113897507

   I am use ubuntu 18.04 as docker host, and if I do not use requirements-local.txt,superset will start normally.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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