Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trouble starting imgen #76

Open
leElvyn opened this issue Jul 23, 2020 · 2 comments
Open

trouble starting imgen #76

leElvyn opened this issue Jul 23, 2020 · 2 comments

Comments

@leElvyn
Copy link

leElvyn commented Jul 23, 2020

I installed rethinkdb, cloned the repo and used pip install requirements.txt, but when running start.sh, I get this error
Traceback (most recent call last): File "/usr/lib/python3/dist-packages/gunicorn/util.py", line 99, in load_class mod = importlib.import_module('.'.join(components)) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_impo rt File "<frozen importlib._bootstrap>", line 991, in _find_and_ load File "<frozen importlib._bootstrap>", line 975, in _find_and_ load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlo cked File "<frozen importlib._bootstrap_external>", line 783, in e xec_module File "<frozen importlib._bootstrap>", line 219, in _call_with _frames_removed File "/usr/lib/python3/dist-packages/gunicorn/workers/ggevent .py", line 16, in <module> raise RuntimeError("gevent worker requires gevent 1.4 or hi gher") RuntimeError: gevent worker requires gevent 1.4 or higher ]
Could you help me please ?
I'm running Ubuntu 20.04, and python 3.8.2

@NotII
Copy link

NotII commented Nov 17, 2020

Try python 3.6

@Tweak4141
Copy link

You could use pip install gevent>1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants