Created
October 30, 2016 22:00
-
-
Save alevchuk/302aec9261d394a64be2538c75d82814 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./biostar.sh init | |
*** Initializing server on www.lvh.me:8080 with biostar.settings.base | |
*** Running all tests | |
Traceback (most recent call last): | |
File "manage.py", line 9, in <module> | |
execute_from_command_line(sys.argv) | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line | |
utility.execute() | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 272, in fetch_command | |
klass = load_command_class(app_name, subcommand) | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 75, in load_command_class | |
module = import_module('%s.management.commands.%s' % (app_name, name)) | |
File "/usr/local/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module | |
__import__(name) | |
File "/usr/local/lib/python2.7/site-packages/south/management/commands/__init__.py", line 10, in <module> | |
import django.template.loaders.app_directories | |
File "/usr/local/lib/python2.7/site-packages/django/template/loaders/app_directories.py", line 25, in <module> | |
raise ImproperlyConfigured('ImportError %s: %s' % (app, e.args[0])) | |
django.core.exceptions.ImproperlyConfigured: ImportError djcelery: cannot import name _uuid_generate_random |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sounds like the djcelery version was not pinned and it requires a much older version.
here is what I have