Error: class uri 'gevent' invalid or not found:
[Traceback (most recent call last):
File "/opt/superset-prod/prodsuperset/lib/python3.7/site-packages/gunicorn/util.py", line 99, in load_class
mod = importlib.import_module('.'.join(components))
File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 726, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/opt/superset-prod/prodsuperset/lib/python3.7/site-packages/gunicorn/workers/ggevent.py", line 14, in <module>
import gevent
File "/opt/superset-prod/prodsuperset/lib/python3.7/site-packages/gevent/__init__.py", line 98, in <module>
from gevent.os import fork
File "/opt/superset-prod/prodsuperset/lib/python3.7/site-packages/gevent/os.py", line 495, in <module>
_raw_posix_spawnp = os.posix_spawnp
AttributeError: module 'os' has no attribute 'posix_spawnp'
Any Help regarding this ?
--
You received this message because you are subscribed to the Google Groups "gevent: coroutine-based Python network library" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gevent+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gevent/c8962181-571f-4c57-b083-ed7f749e028ao%40googlegroups.com.