简体   繁体   English

安装Facepy的问题

[英]Problems with installing facepy

when i run the code pip install facepy , it comes with the following error: 当我运行代码pip install facepy ,它带有以下错误:

Traceback (most recent call last):
  File "/Users/djibrilkeita/bin/pip", line 5, in <module>
    from pkg_resources import load_entry_point

and it goes on too 它也继续

"/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

I think this is a similar problem with Pip: pip broke. 我认为这是Pip的类似问题: pip坏了。 how to fix DistributionNotFound error? 如何修复DistributionNotFound错误? .

The error seems to happen when you use different management tools to download packages, ie. 当您使用其他管理工具下载软件包时,即会发生该错误。 easy_install vs. brew vs. pybrew, etc. easy_install,brew,pybrew等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM