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
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
wondering if there is a centos dependency issue?
Installed PIP, installed fabric, installed ecdsa,
running fab install on indexing
it appears that paramiko 1.15 is indeed installed, see
The text was updated successfully, but these errors were encountered: