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
After performing manual installation of Shifter with GPU support, the celery worker gives an error:
AttributeError: 'float' object has no attribute 'iteritems'
Following the suggestion from celery/celery#5175 you should force a rollback of the redis version to version 2.10.6 until there is a celery release which pins to this version (from the looks of it, it will not take long).
You can do this by activating the virtual environment and forcing the install (on already deployed systems):
# cd $IMAGEGW_PATH
# . python-virtualenv/bin/activate
# pip install redis==2.10.6
The text was updated successfully, but these errors were encountered:
In the documentation named manual install with gpu support you don not explicitly talk about celery. However a new install requires a clone of part of rukkal's virtual-cluster repo, which in turn uses a third repository that efectively uses celery.
This is more of a notice than an issue by itself.
After performing manual installation of Shifter with GPU support, the celery worker gives an error:
AttributeError: 'float' object has no attribute 'iteritems'
Following the suggestion from celery/celery#5175 you should force a rollback of the redis version to version 2.10.6 until there is a celery release which pins to this version (from the looks of it, it will not take long).
You can do this by activating the virtual environment and forcing the install (on already deployed systems):
The text was updated successfully, but these errors were encountered: