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

kombu error? #12

Open
sjacks26 opened this issue Oct 10, 2017 · 0 comments
Open

kombu error? #12

sjacks26 opened this issue Oct 10, 2017 · 0 comments

Comments

@sjacks26
Copy link
Contributor

Running sudo python __main__.py db create_project leads to the following Traceback.

Traceback (most recent call last):
File "main.py", line 7, in
from app.controller import Controller
File "/home/bits/stackv1/app/init.py", line 3, in
from celery import Celery
File "/usr/local/lib/python2.7/dist-packages/celery/init.py", line 130, in
from celery import five
File "/usr/local/lib/python2.7/dist-packages/celery/five.py", line 149, in
from kombu.utils.compat import OrderedDict # noqa
File "/usr/local/lib/python2.7/dist-packages/kombu/utils/init.py", line 19, in
from uuid import UUID, uuid4 as _uuid4, _uuid_generate_random
ImportError: cannot import name _uuid_generate_random

Solve by updating kombu to 3.0.30 in requirements.txt

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

1 participant