Hello,

I'm completely new to ansible and I'm not even actually using it for direct 
development. A software I'm trying to install depends on ansible and it 
always reports the following error when started:

root@cc9ce7befef1:~# elasticluster 
Traceback (most recent call last):
  File "/usr/local/bin/elasticluster", line 9, in <module>
    load_entry_point('elasticluster==1.2', 'console_scripts', 
'elasticluster')()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", 
line 547, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", 
line 2720, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", 
line 2380, in load
    return self.resolve()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", 
line 2386, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/local/lib/python2.7/dist-packages/elasticluster/__init__.py", 
line 31, in <module>
    from elasticluster.providers.ansible_provider import 
AnsibleSetupProvider
  File 
"/usr/local/lib/python2.7/dist-packages/elasticluster/providers/ansible_provider.py",
 
line 30, in <module>
    import ansible.callbacks as anscb


*ImportError: No module named callbacks*I have installed/upgraded ansible 
several times, but the error does not disappear. I'm also not a python 
developer, so any help would be very welcome.

Thanks,
manuele

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/9aae8c9a-cc7a-4048-87e9-15db23ce3bbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to