alirezas opened a new issue #11082: URL: https://github.com/apache/incubator-superset/issues/11082
I'm trying to install the latest release `0.37.1` but during `docker-compose up` i give these errors: ``` ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none) ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9)) ``` and then: ``` superset_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_worker | "Flask-Caching: CACHE_TYPE is set to null, " superset_worker | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_worker | Is the server running on host "db" (172.26.0.3) and accepting superset_worker | TCP/IP connections on port 5432? superset_worker | superset_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_worker exited with code 1 superset_app | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'> superset_app | INFO:superset.utils.logging_configurator:logging was configured successfully superset_app | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_app | Is the server running on host "db" (172.26.0.3) and accepting superset_app | TCP/IP connections on port 5432? superset_app | superset_app | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_app | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'> superset_app | INFO:superset.utils.logging_configurator:logging was configured successfully superset_app | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_app | Is the server running on host "db" (172.26.0.3) and accepting superset_app | TCP/IP connections on port 5432? superset_app | superset_app | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_worker | "Flask-Caching: CACHE_TYPE is set to null, " superset_worker | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_worker | Is the server running on host "db" (172.26.0.3) and accepting superset_worker | TCP/IP connections on port 5432? superset_worker | superset_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_worker exited with code 1 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
