You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Running
sudo python __main__.py db create_project
leads to the following Traceback.Solve by updating kombu to 3.0.30 in requirements.txt
The text was updated successfully, but these errors were encountered: