The "kombu" entry needs to be more specific and define an actual version, otherwise an older version will be installed and thus the OrderedDict version won't be loadable by the manage.py script. Here's the specific update that I had to make in order to get the manage.py syncdb command to work properly:
The "kombu" entry needs to be more specific and define an actual version, otherwise an older version will be installed and thus the OrderedDict version won't be loadable by the manage.py script. Here's the specific update that I had to make in order to get the manage.py syncdb command to work properly:
kombu==3.0.37