0

我根据http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up克隆了 depot_tools 。

然后,当我运行“gclient”时,出现此错误:

depot_tools update failed. Conflict in /usr/v8-7.7/depot_tools
fatal: Unable to create '/usr/v8-7.7/depot_tools/.git/index.lock': Permission denied
Errors:
  failed to resolve infra/3pp/tools/git/linux-ppc64le@version:2.24.1.chromium.5 (line 27): no such package
  failed to resolve infra/3pp/tools/cpython/linux-ppc64le@version:2.7.17.chromium.22 (line 21): no such package
/usr/v8-7.7/depot_tools/bootstrap_python3: line 32: bootstrap-3.8.0.chromium.8_bin/python3/bin/python3: No such file or directory
WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created.
Usage: gclient.py <command> [options]

Meta checkout dependency manager for Git.

我在使用 RHEL 8 的 ppc64le linux 机器上运行。我的目标是尝试在机器上安装 v8,但首先 gclient 需要工作。

我确实在机器上安装了 python 2.7.15。

4

2 回答 2

0

当 python3 是我的默认 python 时,我遇到了同样的错误。gclient 可能在 python3 而不是 python2 下运行,这会导致这些错误您可以使用它pyenv来管理 python 的多个并行安装。

于 2019-12-18T16:30:33.097 回答
0

这是一个权限问题。我只需要调整我所在文件夹的权限。

于 2020-01-21T15:59:31.690 回答