You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install the latest release 0.37.1 centOS 8 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 discussion was converted from issue #11082 on December 16, 2020 06:08.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to install the latest release
0.37.1
centOS 8 but duringdocker-compose up
i give these errors:and then:
Beta Was this translation helpful? Give feedback.
All reactions