有pip命令的麻烦

时间:2014-07-22 20:36:57

标签: python pip

我正在使用Mac 10.8.5。我在本地系统上从GitHub克隆了一个存储库,然后使用终端进入了它的目录。然后我运行了以下命令:

fab setup

我收到以下错误:

Traceback (most recent call last):
File "/usr/local/bin/fab", line 5, in <module>
from pkg_resources import load_entry_point
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in <module>
working_set.require(__requires__)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
needed = self.resolve(parse_requirements(requirements))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: paramiko>=1.10

所以在此之后,我用Google搜索了错误并看到了以下文章:

http://kitnew.com/pkg-resources-distributionnotfound-paramiko.html

我执行了那里提到的操作,当我运行命令'fab setup'时,我又得到了相同的错误消息。有人可以告诉我我错过了什么或出了什么问题吗?

注意:我第一次使用包括Mac在内的所有这些技术。

0 个答案:

没有答案
相关问题