【问题标题】:'pyramid-debugtoolbar' distribution was not found and is required'pyramid-debugtoolbar' 分布未找到并且是必需的
【发布时间】:2015-10-26 21:44:47
【问题描述】:

我正在尝试通过 Eclipse 调试我的金字塔应用程序。我已按照this link 中的说明进行操作。

当我尝试运行我的应用程序时,我收到以下错误:

pkg_resources.DistributionNotFound: The 'pyramid-debugtoolbar' distribution was not found and is required by..

我已取消评论 development.ini pyramid.includes = pyramid_debugtoolbar

中的行

我做错了什么?

【问题讨论】:

    标签: python eclipse eclipse-plugin pyramid pyramid-debug-toolbar


    【解决方案1】:

    你最忘记跑步了:

    python setup.py develop
    

    对于您的应用程序,因此它没有提取所有必需的依赖项。

    pip install -e .
    

    也可以。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-12-01
      • 1970-01-01
      • 2018-12-25
      • 2019-10-19
      • 2016-08-28
      • 1970-01-01
      相关资源
      最近更新 更多