当我运行代码pip install facepy
时,会出现以下错误:
Traceback (most recent call last):
File "/Users/djibrilkeita/bin/pip", line 5, in <module>
from pkg_resources import load_entry_point
它也继续
"/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: pip==1.4.1
答案 0 :(得分:0)
我认为这是与Pip类似的问题:pip broke. how to fix DistributionNotFound error?。
当您使用不同的管理工具下载软件包时,似乎会发生错误,即。 easy_install与brew vs. pybrew等。