matthalstead opened a new issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769
I see the following errors during build. When I navigate to localhost:8088,
login:password admin:admin does not work.
superset_init | Traceback (most recent call last):
superset_init | File
"/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 583,
in _build_master
superset_init | ws.require(__requires__)
superset_init | File
"/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 900,
in require
superset_init | needed =
self.resolve(parse_requirements(requirements))
superset_init | File
"/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 791,
in resolve
superset_init | raise VersionConflict(dist,
req).with_context(dependent_req)
superset_init | pkg_resources.ContextualVersionConflict:
(pyarrow 1.0.1 (/usr/local/lib/python3.6/site-packages),
Requirement.parse('pyarrow<0.18,>=0.17.0'), {'apache-superset'})
superset_init |
superset_init | During handling of the above exception,
another exception occurred:
superset_init |
superset_init | Traceback (most recent call last):
superset_init | File "/usr/local/bin/superset", line 6,
in <module>
superset_init | from pkg_resources import
load_entry_point
superset_init | File
"/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3251,
in <module>
superset_init | @_call_aside
superset_init | File
"/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3235,
in _call_aside
superset_init | f(*args, **kwargs)
superset_init | File
"/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3264,
in _initialize_master_working_set
superset_init | working_set = WorkingSet._build_master()
superset_init | File
"/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 585,
in _build_master
superset_init | return
cls._build_from_requirements(__requires__)
superset_init | File
"/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 598,
in _build_from_requirements
superset_init | dists = ws.resolve(reqs, Environment())
superset_init | File
"/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 786,
in resolve
superset_init | raise DistributionNotFound(req,
requirers)
superset_init | pkg_resources.DistributionNotFound: The
'pyarrow<0.18,>=0.17.0' distribution was not found and is required by
apache-superset
superset_init exited with code 1
superset_app | * Serving Flask app
"superset.app:create_app()" (lazy loading)
superset_app | * Environment: development
superset_app | * Debug mode: on
superset_app | * Running on http://0.0.0.0:8088/ (Press
CTRL+C to quit)
superset_app | * Restarting with stat
superset_worker |
INFO:superset.utils.logging_configurator:logging was configured successfully
superset_tests_worker |
INFO:superset.utils.logging_configurator:logging was configured successfully
superset_db | 2020-09-02 20:30:45.980 UTC [35] FATAL:
database "test" does not exist
superset_tests_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_tests_worker | "Flask-Caching: CACHE_TYPE is set to
null, "
superset_tests_worker |
ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization
failed: (psycopg2.OperationalError) FATAL: database "test" does not exist
superset_tests_worker |
superset_tests_worker | (Background on this error at:
http://sqlalche.me/e/13/e3q8)
superset_tests_worker | Loaded your LOCAL configuration at
[/app/pythonpath/superset_config.py]
superset_app |
INFO:superset.utils.logging_configurator:logging was configured successfully
superset_tests_worker exited with code 1
superset_app | * Debugger is active!
superset_app | * Debugger PIN: 505-378-741
superset_app |
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, "
----------------------------------------------------------------
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]