【问题标题】:ReviewBoard installation on ubuntu 12.04在 ubuntu 12.04 上安装 ReviewBoard
【发布时间】:2013-07-10 22:44:27
【问题描述】:

我正在尝试使用 easy_install 在 ubuntu 12.04 上安装 ReviewBoard。

http://www.reviewboard.org/docs/manual/1.7/admin/installation/linux/

我一步一步尝试了上面的指令,但卡在easy_install ReviewBoard

错误信息是这样的:

Traceback (most recent call last):
  File "/usr/local/bin/easy_install", line 9, in <module>
    load_entry_point('distribute', 'console_scripts', 'easy_install')()
  File "/usr/local/lib/python2.7/dist-packages/setuptools-0.8-py2.7.egg/pkg_resources.py", line 378, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python2.7/dist-packages/setuptools-0.8-py2.7.egg/pkg_resources.py", line 2565, in load_entry_point
    raise ImportError("Entry point %r not found" % ((group,name),))
ImportError: Entry point ('console_scripts', 'easy_install') not found

我该如何解决?

【问题讨论】:

  • 试试here。如果没有办法修复它,请重新安装它。参考here

标签: python ubuntu-12.04 review-board


【解决方案1】:

我在尝试升级评论板时遇到了完全相同的错误。似乎分发和设置工具发生冲突。

我通过像这样简单地删除分发鸡蛋来修复它:

$ sudo rm -r /usr/local/lib/python2.7/dist-packages/distribute*

【讨论】:

    猜你喜欢
    • 2014-08-12
    • 2012-12-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-07-29
    • 2013-08-09
    • 2015-01-01
    相关资源
    最近更新 更多