build-tools icon indicating copy to clipboard operation
build-tools copied to clipboard

Goma fail when run command e build

Open wuzhiming opened this issue 5 years ago • 3 comments

OS: Windows 10 Pro 64-bit (Build 18362) Node: v12.18.0 NPM: 6.14.6 Yarn: 1.22.5 python:2.7.16 image

I have install pywin32 but it still get this error ,how can I fix this?

wuzhiming avatar Oct 10 '20 08:10 wuzhiming

This looks like it's an issue on your specific computer. Googling the error code shows this result which suggests it has to do with filesystem errors on your hard disk.

dsanders11 avatar Oct 10 '20 11:10 dsanders11

This looks like it's an issue on your specific computer. Googling the error code shows this result which suggests it has to do with filesystem errors on your hard disk.

But I have try 3 computers, always got this error and I have try scan the disk errors but not errors were found.😂

wuzhiming avatar Oct 16 '20 01:10 wuzhiming

@wuzhiming if you're still using build-tools, have you tried cd-ing to the .electron_build_tools/third_party/goma directory, and then running goma_auth.bat login (if you need to log in) or goma_ctl.bat status (if you don't and just want to check goma's status) first? I also suspect you might be on the wrong version of Python -- does the Python from depot_tools show up first for you in your PATH?

rzhao271 avatar Mar 08 '21 23:03 rzhao271

closing in agreement with the above comments - this should be addressed by correcting for python version.

codebytere avatar Sep 15 '22 17:09 codebytere