Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to run fabric on testdfc1 #8

Open
michael-conway opened this issue Sep 22, 2014 · 0 comments
Open

unable to run fabric on testdfc1 #8

michael-conway opened this issue Sep 22, 2014 · 0 comments

Comments

@michael-conway
Copy link

wondering if there is a centos dependency issue?

Installed PIP, installed fabric, installed ecdsa,

running fab install on indexing

fabfile.py
-bash-4.1$ fab install
Traceback (most recent call last):
  File "/usr/bin/fab", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: paramiko>=1.10
-bash-4.1$ paramiko
-bash: paramiko: command not found

it appears that paramiko 1.15 is indeed installed, see

-bash-4.1$ pip list
cas (0.15)
distribute (0.6.10)
ecdsa (0.11)
ethtool (0.6)
Fabric (1.10.0)
firstboot (1.110)
iniparse (0.3.1)
iotop (0.3.2)
iwlib (1.0)
Magic-file-extensions (0.1)
matplotlib (0.99.1.1)
nose (0.10.4)
numpy (1.4.1)
paramiko (1.15.0)
pip (1.5.6)
pycrypto (2.0.1)
pycurl (7.19.0)
pygpgme (0.1)
python-dateutil (1.4.1)
python-meh (0.11)
pytz (2010h)
scdate (1.9.60)
setuptools (0.6c11)
slip (0.2.20)
SSSDConfig (1.9.2)
urlgrabber (3.9.1)
yum-metadata-parser (1.1.2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant