我试着按照这个指令安装V8 http://www.php-js.com/documentation/v8
pwd/depot_tools:"$PATH“在运行fetch v8时,我会得到这个错误
错误:命令'download_from_google_storage --no_resume -platform=linux* --no_auth -桶铬-clang格式的-s v 8/buildtools/linux 64/clang-format.sha1‘返回的非零退出状态1 无法为V8/buildtools/linux64 64/clang格式获取文件gs://chromium-clang-format/942fc8b1789144b8071d3fc03ff0fcbe1cf81ac8。[错误:恐慌:未能执行"/home/erniesto77/.vpython-root/e63758/bin/python":不能分配内存
是什么导致了这一切?一般情况下,是否可以在WSL上安装V8?
发布于 2019-10-02 02:45:36
我运行gclient --help,它警告我gclient还不支持python3,

我通过更改指向我的python2的python命令来修复它。
那么,调用fetch v8可以正常工作。
https://stackoverflow.com/questions/53894577
复制相似问题