googlegenomics/readthedocs

Ansible python module needs to be downgraded to deploy gridengine

Closed this issue · 2 comments

I set up a grid engine in a fresh virtualenv following your instructions here.

After configuring the cluster, I tried to start it with the elasticluster start gridengine command, but received the following error: ImportError: No module named callbacks

To successfully deploy the cluster, i had to downgrade the ansible python module to a version < 2.0.0, e.g. by executing pip install ansible==1.9.6 (inside the virtualenv).

Could you either re-open https://github.com/gc3-uzh-ch/elasticluster/issues/236 or open a new issue against the main Elasticluster repo? They indicate that it is fixed in the development branch, and they should fix it in master.

Never mind, this issue is fixed in the gc3-uzh-ch repo already.