【问题标题】:Build failed with 500, please run 'jupyter lab build' on the server for full output in Jupyter lab构建失败,出现 500,请在服务器上运行“jupyter lab build”以获得 Jupyter lab 中的完整输出
【发布时间】:2020-09-25 12:16:56
【问题描述】:

我正在尝试在 jupyter 实验室中添加扩展。我转到扩展选项卡,然后单击扩展上的“安装”。几秒钟后,我会弹出一个说Build failed with 500, please run 'jupyter lab build' on the server for full output

谁能告诉我如何解决它或至少找到与该错误相关的日志。

【问题讨论】:

    标签: jupyter-notebook jupyter jupyter-lab jupyter-console


    【解决方案1】:

    使用终端,尝试jupyter lab build,它将在您的 AppData\Local\Temp 文件夹中生成输出(如果您在 Windows 上)。日志文件将提供有关在构建过程中导致失败的原因的更多信息。

    我遇到了同样的问题,并且 npm 依赖项是罪魁祸首。我用conda update -n base -c defaults conda 更新了conda,用conda install yarn 更新了yarn,它为我解决了这个问题。

    也可以试试看这个Jupyter Labs: “RuntimeError: npm dependencies failed to install” When Building

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-11-09
      • 1970-01-01
      • 2019-11-26
      • 2021-08-31
      • 1970-01-01
      • 2020-06-17
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多