leepatrick-goop opened a new issue #10295:
URL: https://github.com/apache/incubator-superset/issues/10295
A brand new install using Helm on Kubernetes v1.15 with all defaults is
failing to create container with an error for `Error: class uri 'gevent'
invalid or not found`
### Expected results
container to start up.
### Actual results
container fails health checks and just starts a reboot loop.
#### Log
`Error: class uri 'gevent' invalid or not found:
[Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/ggevent.py",
line 14, in <module>
import gevent
ModuleNotFoundError: No module named 'gevent'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/gunicorn/util.py", line 99,
in load_class
mod = importlib.import_module('.'.join(components))
File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 994, in _gcd_import
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in
_call_with_frames_removed
File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/ggevent.py",
line 16, in <module>
raise RuntimeError("gevent worker requires gevent 1.4 or higher")
RuntimeError: gevent worker requires gevent 1.4 or higher
]`
#### How to reproduce the bug
1. Run `helm install superset stable/superset -n superset -f values.yaml`
(values file is unmodified from the example as of yet.)
2. Wait for container to try starting
3. Check logs after crash backoff
### Environment
(please complete the following information):
no modifications from helm chart.
### Checklist
Make sure these boxes are checked before submitting your issue - thank you!
- [X] I have checked the superset logs for python stacktraces and included
it here as text if there are any.
- [X] I have reproduced the issue with at least the latest released version
of superset.
- [X] I have checked the issue tracker for the same issue and I haven't
found one similar.
### Additional context
Add any other context about the problem here.
----------------------------------------------------------------
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]