Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (env) gfbot@gfbot:~/Github/helios-server$ python manage.py runserver 0.0.0.0
- Traceback (most recent call last):
- File "manage.py", line 10, in <module>
- execute_from_command_line(sys.argv)
- File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
- utility.execute()
- File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 303, in execute
- settings.INSTALLED_APPS
- File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/conf/__init__.py", line 48, in __getattr__
- self._setup(name)
- File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/conf/__init__.py", line 44, in _setup
- self._wrapped = Settings(settings_module)
- File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/conf/__init__.py", line 92, in __init__
- mod = importlib.import_module(self.SETTINGS_MODULE)
- File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
- __import__(name)
- File "/home/gfbot/Github/helios-server/settings.py", line 268, in <module>
- import djcelery
- File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/djcelery/__init__.py", line 22, in <module>
- from celery import current_app as celery # noqa
- File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/celery/__init__.py", line 130, in <module>
- from celery import five
- File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/celery/five.py", line 149, in <module>
- from kombu.utils.compat import OrderedDict # noqa
- File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/kombu/utils/__init__.py", line 19, in <module>
- from uuid import UUID, uuid4 as _uuid4, _uuid_generate_random
- ImportError: cannot import name _uuid_generate_random
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement